diff options
Diffstat (limited to 'ext/contexts.lv2/contexts.h')
| -rw-r--r-- | ext/contexts.lv2/contexts.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/contexts.lv2/contexts.h b/ext/contexts.lv2/contexts.h index c6e8ef2..9ed2ab5 100644 --- a/ext/contexts.lv2/contexts.h +++ b/ext/contexts.lv2/contexts.h @@ -62,9 +62,9 @@ typedef struct {  	 * iff the value at that port has changed.  	 * The plugin must return 1 if outputs have been written, 0 otherwise.  	 */ -	uint32_t (*message_run)(LV2_Handle  instance, -	                        const void* valid_inputs, -	                        void*       valid_outputs); +	uint32_t (*run)(LV2_Handle  instance, +	                const void* valid_inputs, +	                void*       valid_outputs);  } LV2_Contexts_MessageContext;  |