Browse Source

Fix an 'opts:interface not defined' warning

pull/173/head
JP Cimalando Filipe Coelho <falktx@falktx.com> 5 years ago
parent
commit
b77d143ca7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginLV2export.cpp

+ 1
- 1
distrho/src/DistrhoPluginLV2export.cpp View File

@@ -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


Loading…
Cancel
Save