Skip to content

Commit

Permalink
headless fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 17, 2024
1 parent 3f3456a commit fe375a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugs/undo-test/undo-test.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::variant<bool, int64_t, double, std::string>> &args) override;
Expand Down

0 comments on commit fe375a1

Please sign in to comment.