summaryrefslogtreecommitdiffstats
path: root/include/core/String.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/String.hpp')
-rw-r--r--include/core/String.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/core/String.hpp b/include/core/String.hpp
index a114219..ff5d723 100644
--- a/include/core/String.hpp
+++ b/include/core/String.hpp
@@ -132,12 +132,11 @@ public:
signed char casecmp_to(String p_str) const;
signed char nocasecmp_to(String p_str) const;
signed char naturalnocasecmp_to(String p_str) const;
-
};
String operator+(const char *a, const String &b);
String operator+(const wchar_t *a, const String &b);
-}
+} // namespace godot
#endif // STRING_H