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: Dalton Messmer <[email protected]>
  • Loading branch information
abique and messmerd authored Apr 24, 2024
1 parent 3d91c95 commit cb32b0e
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 @@ -47,7 +47,7 @@ enum clap_undo_context_flags {
};

enum clap_undo_delta_properties_flags {
// If not set, then all clap_undo_delta_properties's attributes becomes irrelevant.
// If not set, then all clap_undo_delta_properties's attributes become irrelevant.
// If set, then the plugin will provide deltas in host->change_made().
CLAP_UNDO_DELTA_PROPERTIES_HAS_DELTA = 1 << 0,

Expand Down

0 comments on commit cb32b0e

Please sign in to comment.