Skip to content

Commit

Permalink
Update include/clap/ext/draft/undo.h
Browse files Browse the repository at this point in the history
Co-authored-by: Trinitou <[email protected]>
  • Loading branch information
abique and Trinitou authored Sep 18, 2024
1 parent b7f0dc2 commit 68f1eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/draft/undo.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ typedef struct clap_plugin_undo_context {

// Sets the name of the next undo or redo step.
// name: null terminated string.
// [main-thread]
// [main-thread & plugin-subscribed-to-undo-context]
void(CLAP_ABI *set_undo_name)(const clap_plugin_t *plugin, const char *name);
void(CLAP_ABI *set_redo_name)(const clap_plugin_t *plugin, const char *name);
} clap_plugin_undo_context_t;
Expand Down

0 comments on commit 68f1eda

Please sign in to comment.