diff options
Diffstat (limited to 'plugins/eg-synth.lv2')
-rw-r--r-- | plugins/eg-synth.lv2/synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-synth.lv2/synth.c b/plugins/eg-synth.lv2/synth.c index 4bed709..d969057 100644 --- a/plugins/eg-synth.lv2/synth.c +++ b/plugins/eg-synth.lv2/synth.c @@ -140,7 +140,7 @@ cleanup(LV2_Handle instance) } /** Return extension data provided by the plugin. */ -const void* +static const void* extension_data(const char* uri) { return NULL; /* This plugin has no extension data. */ |