|
@@ -291,9 +291,9 @@ public:
|
|
explicit SpineEditorPlugin(EditorNode *node);
|
|
explicit SpineEditorPlugin(EditorNode *node);
|
|
|
|
|
|
#if VERSION_MAJOR > 3 && VERSION_MINOR > 3
|
|
#if VERSION_MAJOR > 3 && VERSION_MINOR > 3
|
|
- String get_plugin_name() const override { return "SpineEditorPlugin"; }
|
|
|
|
|
|
+ String get_plugin_name() const override { return "SpineEditorPlugin"; }
|
|
#else
|
|
#else
|
|
- String get_name() const override { return "SpineEditorPlugin"; }
|
|
|
|
|
|
+ String get_name() const override { return "SpineEditorPlugin"; }
|
|
#endif
|
|
#endif
|
|
#endif
|
|
#endif
|
|
};
|
|
};
|