Browse Source

Fix build with custom prefix

pull/182/head
falkTX 3 years ago
parent
commit
acbf535cff
3 changed files with 1 additions and 11 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginLV2export.cpp
  2. +0
    -5
      examples/Meters/ExampleUIMeters.cpp
  3. +0
    -5
      examples/Parameters/ExampleUIParameters.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(DISTRHO::String& text,
static void addAttribute(DISTRHO_NAMESPACE::String& text,
const char* const attribute,
const char* const values[],
const uint indent,


+ 0
- 5
examples/Meters/ExampleUIMeters.cpp View File

@@ -18,11 +18,6 @@

START_NAMESPACE_DISTRHO

/**
We need the Color class from DGL.
*/
using DGL::Color;

/**
Smooth meters a bit.
*/


+ 0
- 5
examples/Parameters/ExampleUIParameters.cpp View File

@@ -18,11 +18,6 @@

START_NAMESPACE_DISTRHO

/**
We need the rectangle class from DGL.
*/
using DGL::Rectangle;

// -----------------------------------------------------------------------------------------------------------

class ExampleUIParameters : public UI


Loading…
Cancel
Save