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;