clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 52583f1e8f0ec99d2bf8a834a553236ffa04dc7b
parent 2e9b173cc96a9f2c68ae78b9920d3989b4eb060f
Author: Robbert van der Helm <mail@robbertvanderhelm.nl>
Date:   Thu,  7 Jul 2022 12:26:02 +0200

Fix name of referenced extension method

This was renamed in 2bdfd65135d4d9acccbee6c0fff96865fc2b993b.

Diffstat:
Minclude/clap/ext/draft/state-context.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/state-context.h b/include/clap/ext/draft/state-context.h @@ -68,7 +68,7 @@ enum clap_plugin_state_context_type { typedef struct clap_plugin_state_context { // Hosts that use the set_state_context() function should *always* call it directly before - // ->save() or load(). Plugins that implement the set_state_context() function should + // ->save() or load(). Plugins that implement the set() function should // keep the last assigned context around, regardless of the frequency of invocations. // Assign the context for subsequent calls to ->save() or load() of the