summaryrefslogtreecommitdiffstats
path: root/tools/editor/editor_file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_file_system.h')
-rw-r--r--tools/editor/editor_file_system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_file_system.h b/tools/editor/editor_file_system.h
index f70b74b818..97c253c70b 100644
--- a/tools/editor/editor_file_system.h
+++ b/tools/editor/editor_file_system.h
@@ -39,7 +39,7 @@ class FileAccess;
struct EditorProgressBG;
class EditorFileSystemDirectory : public Object {
- OBJ_TYPE( EditorFileSystemDirectory,Object );
+ GDCLASS( EditorFileSystemDirectory,Object );
String name;
uint64_t modified_time;
@@ -122,7 +122,7 @@ public:
class EditorFileSystem : public Node {
- OBJ_TYPE( EditorFileSystem, Node );
+ GDCLASS( EditorFileSystem, Node );
_THREAD_SAFE_CLASS_