summaryrefslogtreecommitdiffstats
path: root/core/script_language.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/script_language.h b/core/script_language.h
index 43b1c649b7..8c38af47cb 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -77,7 +77,7 @@ class PlaceHolderScriptInstance;
class Script : public Resource {
- OBJ_TYPE( Script, Resource );
+ GDCLASS( Script, Resource );
OBJ_SAVE_TYPE( Script );
protected: