summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/String.hpp
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-03-15 18:13:22 +0100
committerKarroffel <therzog@mail.de>2017-03-15 18:13:29 +0100
commitbce9ac109d63d67c3e7f0b25df8aa9d72e094d1b (patch)
tree681da6ad6b24e08c1189047cd6513bb2dfb27817 /include/godot_cpp/core/String.hpp
parentb0981479779f2deb3beb2fca5507453d78572bdb (diff)
downloadredot-cpp-bce9ac109d63d67c3e7f0b25df8aa9d72e094d1b.tar.gz
mistakes were made. I undid them.
Diffstat (limited to 'include/godot_cpp/core/String.hpp')
-rw-r--r--include/godot_cpp/core/String.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/godot_cpp/core/String.hpp b/include/godot_cpp/core/String.hpp
index 5a99964..6de7037 100644
--- a/include/godot_cpp/core/String.hpp
+++ b/include/godot_cpp/core/String.hpp
@@ -49,10 +49,11 @@ public:
bool operator >=(const String &s);
- const wchar_t *c_string();
+ const wchar_t *c_string() const;
};
+String operator +(const char *a, const String& b);
}