diff options
Diffstat (limited to 'include/godot_cpp/classes/ref.hpp')
-rw-r--r-- | include/godot_cpp/classes/ref.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/godot_cpp/classes/ref.hpp b/include/godot_cpp/classes/ref.hpp index 92a1e7f..f30928a 100644 --- a/include/godot_cpp/classes/ref.hpp +++ b/include/godot_cpp/classes/ref.hpp @@ -219,7 +219,7 @@ public: // Used exclusively in the bindings to recreate the Ref Godot encapsulates in return values, // without adding to the refcount. - inline static Ref<T> ___internal_constructor(Object *obj) { + inline static Ref<T> _gde_internal_constructor(Object *obj) { Ref<T> r; r.reference = (T *)obj; return r; |