You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/godot_cpp/classes/wrapped.hpp
+2-19Lines changed: 2 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ class Wrapped {
45
45
friendvoidpostinitialize_handler(Wrapped *);
46
46
47
47
protected:
48
-
virtualconstchar *_get_class() const = 0; // This is needed to retrieve the class name before the godot object has its _extension and _extension_instance members assigned.
48
+
virtualconstchar *_get_extension_class() const; // This is needed to retrieve the class name before the godot object has its _extension and _extension_instance members assigned.
0 commit comments