summaryrefslogtreecommitdiffstats
path: root/tools/editor/plugins/shader_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/plugins/shader_editor_plugin.h')
-rw-r--r--tools/editor/plugins/shader_editor_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/plugins/shader_editor_plugin.h b/tools/editor/plugins/shader_editor_plugin.h
index c13d4256a1..e94b4d9c25 100644
--- a/tools/editor/plugins/shader_editor_plugin.h
+++ b/tools/editor/plugins/shader_editor_plugin.h
@@ -40,7 +40,7 @@
class ShaderTextEditor : public CodeTextEditor {
- OBJ_TYPE( ShaderTextEditor, CodeTextEditor );
+ GDCLASS( ShaderTextEditor, CodeTextEditor );
Ref<Shader> shader;
@@ -65,7 +65,7 @@ public:
class ShaderEditor : public VBoxContainer {
- OBJ_TYPE(ShaderEditor, VBoxContainer );
+ GDCLASS(ShaderEditor, VBoxContainer );
enum {
@@ -125,7 +125,7 @@ public:
class ShaderEditorPlugin : public EditorPlugin {
- OBJ_TYPE( ShaderEditorPlugin, EditorPlugin );
+ GDCLASS( ShaderEditorPlugin, EditorPlugin );
bool _2d;
ShaderEditor *shader_editor;