mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Take reference in Wrapped(const StringName &)
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