summaryrefslogtreecommitdiff
path: root/core/func_ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/func_ref.h')
-rw-r--r--core/func_ref.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/func_ref.h b/core/func_ref.h
index 8cb3be6e61..07b361db2d 100644
--- a/core/func_ref.h
+++ b/core/func_ref.h
@@ -48,7 +48,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