summaryrefslogtreecommitdiffstats
path: root/core/func_ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/func_ref.h')
-rw-r--r--core/func_ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/func_ref.h b/core/func_ref.h
index c3090631b2..0c9bca4680 100644
--- a/core/func_ref.h
+++ b/core/func_ref.h
@@ -33,7 +33,7 @@
class FuncRef : public Reference{
- OBJ_TYPE(FuncRef,Reference);
+ GDCLASS(FuncRef,Reference);
ObjectID id;
StringName function;