Skip to content

Commit

Permalink
More headless compat
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 17, 2024
1 parent 6c7d6cc commit 6bc4f1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/core-plugin.hh
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ namespace clap {
clap_id _guiTimerId = CLAP_INVALID_ID;
std::shared_ptr<AbstractGuiFactory> _guiFactory;
std::unique_ptr<GuiHandle> _guiHandle;
std::unique_ptr<ThreadedGuiListenerProxy> _threadedGuiListenerProxy;
#endif

Parameters _parameters;
Expand All @@ -316,7 +317,5 @@ namespace clap {
bool _canRedo{false};
std::optional<std::string> _undoName;
std::optional<std::string> _redoName;

std::unique_ptr<ThreadedGuiListenerProxy> _threadedGuiListenerProxy;
};
} // namespace clap

0 comments on commit 6bc4f1a

Please sign in to comment.