diff options
Diffstat (limited to 'core/func_ref.h')
-rw-r--r-- | core/func_ref.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/func_ref.h b/core/func_ref.h index 8cb3be6e61..6b0b22bab5 100644 --- a/core/func_ref.h +++ b/core/func_ref.h @@ -34,7 +34,6 @@ #include "core/reference.h" class FuncRef : public Reference { - GDCLASS(FuncRef, Reference); ObjectID id; StringName function; @@ -48,7 +47,8 @@ public: void set_instance(Object *p_obj); void set_function(const StringName &p_func); bool is_valid() const; - FuncRef(); + + FuncRef() {} }; #endif // FUNC_REF_H |