mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-05 02:10:14 +03:00
mistakes were made. I undid them.
This commit is contained in:
@@ -114,7 +114,7 @@ bool String::operator >=(const String &s)
|
||||
return !(*this < s);
|
||||
}
|
||||
|
||||
const wchar_t *String::c_string()
|
||||
const wchar_t *String::c_string() const
|
||||
{
|
||||
return godot_string_c_str(&_godot_string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user