From b77d143ca737f709ea587d47340102ce4a4d57cf Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Wed, 7 Aug 2019 11:36:39 +0200 Subject: [PATCH] Fix an 'opts:interface not defined' warning --- distrho/src/DistrhoPluginLV2export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrho/src/DistrhoPluginLV2export.cpp b/distrho/src/DistrhoPluginLV2export.cpp index c2924fec..63110301 100644 --- a/distrho/src/DistrhoPluginLV2export.cpp +++ b/distrho/src/DistrhoPluginLV2export.cpp @@ -73,8 +73,8 @@ // ----------------------------------------------------------------------- static const char* const lv2ManifestPluginExtensionData[] = { -#if DISTRHO_PLUGIN_WANT_STATE "opts:interface", +#if DISTRHO_PLUGIN_WANT_STATE LV2_STATE__interface, LV2_WORKER__interface, #endif