mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Take reference in Wrapped(const StringName &)
(cherry picked from commit b192b880d3)
This commit is contained in:
@@ -111,7 +111,7 @@ protected:
|
||||
|
||||
void _postinitialize();
|
||||
|
||||
Wrapped(const StringName p_godot_class);
|
||||
Wrapped(const StringName &p_godot_class);
|
||||
Wrapped(GodotObject *p_godot_object);
|
||||
virtual ~Wrapped() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user