changed spaces to tabs
This commit is contained in:
parent
bdc5674ace
commit
492285f681
@ -40,7 +40,7 @@ public:
|
||||
String(const wchar_t *contents);
|
||||
String(const wchar_t c);
|
||||
String(const String &other);
|
||||
String(String&& other);
|
||||
String(String&& other);
|
||||
|
||||
~String();
|
||||
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user