summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/String.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/core/String.hpp')
-rw-r--r--include/godot_cpp/core/String.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/godot_cpp/core/String.hpp b/include/godot_cpp/core/String.hpp
index 1beaf21..ee6532e 100644
--- a/include/godot_cpp/core/String.hpp
+++ b/include/godot_cpp/core/String.hpp
@@ -65,7 +65,7 @@ public:
operator NodePath() const;
- const wchar_t *c_string() const;
+ const char *c_string() const;
};