Take reference in Wrapped(const StringName &)

This commit is contained in:
David Snopek
2025-08-20 11:13:28 -05:00
parent fd708f429b
commit b192b880d3
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {}