Skip to content

Commit 6bc4f1a

Browse files
committed
More headless compat
1 parent 6c7d6cc commit 6bc4f1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/core-plugin.hh

+1-2
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ namespace clap {
291291
clap_id _guiTimerId = CLAP_INVALID_ID;
292292
std::shared_ptr<AbstractGuiFactory> _guiFactory;
293293
std::unique_ptr<GuiHandle> _guiHandle;
294+
std::unique_ptr<ThreadedGuiListenerProxy> _threadedGuiListenerProxy;
294295
#endif
295296

296297
Parameters _parameters;
@@ -316,7 +317,5 @@ namespace clap {
316317
bool _canRedo{false};
317318
std::optional<std::string> _undoName;
318319
std::optional<std::string> _redoName;
319-
320-
std::unique_ptr<ThreadedGuiListenerProxy> _threadedGuiListenerProxy;
321320
};
322321
} // namespace clap

0 commit comments

Comments
 (0)