summaryrefslogtreecommitdiffstats
path: root/modules/gltf/editor_scene_importer_gltf.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/editor_scene_importer_gltf.h')
-rw-r--r--modules/gltf/editor_scene_importer_gltf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gltf/editor_scene_importer_gltf.h b/modules/gltf/editor_scene_importer_gltf.h
index 90663612a1..28963adc28 100644
--- a/modules/gltf/editor_scene_importer_gltf.h
+++ b/modules/gltf/editor_scene_importer_gltf.h
@@ -41,8 +41,8 @@
class Animation;
-class EditorSceneImporterGLTF : public EditorSceneImporter {
- GDCLASS(EditorSceneImporterGLTF, EditorSceneImporter);
+class EditorSceneFormatImporterGLTF : public EditorSceneFormatImporter {
+ GDCLASS(EditorSceneFormatImporterGLTF, EditorSceneFormatImporter);
public:
virtual uint32_t get_import_flags() const override;