diff --git a/vstgui/plugin-bindings/vst3editor.h b/vstgui/plugin-bindings/vst3editor.h index 2eea845ef..2f596dd1e 100644 --- a/vstgui/plugin-bindings/vst3editor.h +++ b/vstgui/plugin-bindings/vst3editor.h @@ -134,6 +134,8 @@ class VST3Editor : public Steinberg::Vst::VSTGUIEditor, IVST3EditorDelegate* getDelegate () const; UIDescription* getUIDescription () const; + bool inEditMode () const; + //----------------------------------------------------------------------------- DELEGATE_REFCOUNT(Steinberg::Vst::VSTGUIEditor) Steinberg::tresult PLUGIN_API queryInterface (const ::Steinberg::TUID iid, void** obj) override; @@ -153,7 +155,6 @@ class VST3Editor : public Steinberg::Vst::VSTGUIEditor, bool enableShowEditButton () const; void enableShowEditButton (bool state); void showEditButton (bool state); - bool inEditMode () const; bool PLUGIN_API open (void* parent, const PlatformType& type) override; void PLUGIN_API close () override;