From 7d574029c7045ab3492aba065b83d76bdd6df152 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 27 Apr 2022 15:39:42 +0200 Subject: [PATCH] Split the string example. --- project/examples/string.umlg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/examples/string.umlg b/project/examples/string.umlg index 8cbacdd..a374f37 100644 --- a/project/examples/string.umlg +++ b/project/examples/string.umlg @@ -122,7 +122,8 @@ public: uint32_t to_uint() const; std::string to_string() const; void print() const; --- +new_column +class String (cont) void append(const char *str); void append(const wchar_t *str); void append(const String &other);