From fe375a1573e40492be598e6146af918e944671ed Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Tue, 17 Sep 2024 15:51:33 +0200 Subject: [PATCH] headless fix --- plugins/plugs/undo-test/undo-test.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugs/undo-test/undo-test.hh b/plugins/plugs/undo-test/undo-test.hh index 594b52e..4bb8117 100644 --- a/plugins/plugs/undo-test/undo-test.hh +++ b/plugins/plugs/undo-test/undo-test.hh @@ -28,9 +28,9 @@ namespace clap { void incrementState(); void notifyGuiStateProperties(); - void guiPopulateProperties() override; #ifndef CLAP_PLUGINS_HEADLESS + void guiPopulateProperties() override; void onGuiInvoke( const std::string &method, const std::vector> &args) override;