Browse Source

Fix the build in case the DISTRHO namespace is not used

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

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

@@ -160,7 +160,7 @@ static const char* const lv2ManifestUiSupportedOptions[] =
};
#endif // DISTRHO_PLUGIN_HAS_UI

static void addAttribute(String& text,
static void addAttribute(DISTRHO::String& text,
const char* const attribute,
const char* const values[],
const uint indent,


Loading…
Cancel
Save