summaryrefslogtreecommitdiff
path: root/tools/editor/editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_plugin.h')
-rw-r--r--tools/editor/editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_plugin.h b/tools/editor/editor_plugin.h
index a7460d7fde..c572ab210e 100644
--- a/tools/editor/editor_plugin.h
+++ b/tools/editor/editor_plugin.h
@@ -48,7 +48,7 @@ class EditorImportPlugin;
class EditorExportPlugin;
class EditorPlugin : public Node {
-
+
OBJ_TYPE( EditorPlugin, Node );
friend class EditorData;
UndoRedo *undo_redo;