Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 18, 2024
1 parent 0e5c2b5 commit 6c75329
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 @@ -117,7 +117,7 @@ typedef struct clap_plugin_undo_state {
// Returns true if the state was correctly restored.
// [main-thread]
bool(CLAP_ABI *load)(const clap_plugin_t *plugin, const clap_istream_t *stream);
} clap_plugin_state_t;
} clap_plugin_undo_state_t;

// Use CLAP_EXT_UNDO_CONTEXT
// This is an optional interface, that the plugin can implement in order to know about
Expand Down

0 comments on commit 6c75329

Please sign in to comment.