diff --git a/plugins/core-plugin.hh b/plugins/core-plugin.hh index c1e60a4..7752183 100644 --- a/plugins/core-plugin.hh +++ b/plugins/core-plugin.hh @@ -291,6 +291,7 @@ namespace clap { clap_id _guiTimerId = CLAP_INVALID_ID; std::shared_ptr _guiFactory; std::unique_ptr _guiHandle; + std::unique_ptr _threadedGuiListenerProxy; #endif Parameters _parameters; @@ -316,7 +317,5 @@ namespace clap { bool _canRedo{false}; std::optional _undoName; std::optional _redoName; - - std::unique_ptr _threadedGuiListenerProxy; }; } // namespace clap \ No newline at end of file