summaryrefslogtreecommitdiffstats
path: root/tools/editor/editor_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_path.h')
-rw-r--r--tools/editor/editor_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_path.h b/tools/editor/editor_path.h
index 86b8e77060..47ba4ea3de 100644
--- a/tools/editor/editor_path.h
+++ b/tools/editor/editor_path.h
@@ -35,7 +35,7 @@
class EditorPath : public Control {
- OBJ_TYPE(EditorPath,Control);
+ GDCLASS(EditorPath,Control);
EditorHistory *history;