From e4ee10b3c58d8ec76bb867224fad0a590f4b6146 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Thu, 12 Sep 2024 09:20:53 +0200 Subject: [PATCH] undo: style --- include/clap/ext/draft/undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h index 4c30a962..f8323ddf 100644 --- a/include/clap/ext/draft/undo.h +++ b/include/clap/ext/draft/undo.h @@ -141,7 +141,7 @@ typedef struct clap_host_undo { const char *name, const void *delta, size_t delta_size, - bool can_undo); + bool delta_can_undo); // Asks the host to perform the next undo step. // This operation may be asynchronous and isn't available while the host is within a change.