We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7d6cc commit 6bc4f1aCopy full SHA for 6bc4f1a
plugins/core-plugin.hh
@@ -291,6 +291,7 @@ namespace clap {
291
clap_id _guiTimerId = CLAP_INVALID_ID;
292
std::shared_ptr<AbstractGuiFactory> _guiFactory;
293
std::unique_ptr<GuiHandle> _guiHandle;
294
+ std::unique_ptr<ThreadedGuiListenerProxy> _threadedGuiListenerProxy;
295
#endif
296
297
Parameters _parameters;
@@ -316,7 +317,5 @@ namespace clap {
316
317
bool _canRedo{false};
318
std::optional<std::string> _undoName;
319
std::optional<std::string> _redoName;
-
320
- std::unique_ptr<ThreadedGuiListenerProxy> _threadedGuiListenerProxy;
321
};
322
} // namespace clap
0 commit comments