diff --git a/templates/lv2/src/lv2.c b/templates/lv2/src/lv2.c index 48bd638..d32d10b 100644 --- a/templates/lv2/src/lv2.c +++ b/templates/lv2/src/lv2.c @@ -592,7 +592,7 @@ static LV2UI_Handle ui_instantiate(const LV2UI_Descriptor * descriptor, const ch (void)descriptor; (void)plugin_uri; - // make C++ compilers happy; + // make C++ compilers happy char has_parent; void *parent; plugin_ui_callbacks cbs;