summaryrefslogtreecommitdiffstats
path: root/src/core/String.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/String.cpp')
-rw-r--r--src/core/String.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/String.cpp b/src/core/String.cpp
index 3414adf..767578f 100644
--- a/src/core/String.cpp
+++ b/src/core/String.cpp
@@ -74,8 +74,8 @@ String::String(const String &other) {
}
String::String(String&& other) {
- godot::api->godot_string_new_copy(&_godot_string, &other._godot_string);
- godot::api->godot_string_destroy(&_godot_string);
+ godot::api->godot_string_new_copy(&_godot_string, &other._godot_string);
+ godot::api->godot_string_destroy(&_godot_string);
}
String::~String() {