Browse Source

Fix no namespace build

Signed-off-by: falkTX <falktx@falktx.com>
pull/344/head
falkTX 3 years ago
parent
commit
01261953a3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      distrho/src/DistrhoPluginVST3.cpp

+ 1
- 0
distrho/src/DistrhoPluginVST3.cpp View File

@@ -3853,6 +3853,7 @@ bool ENTRYFNNAME(void*);
bool ENTRYFNNAME(void*)
{
// find plugin bundle
USE_NAMESPACE_DISTRHO;
static String bundlePath;
if (bundlePath.isEmpty())
{


Loading…
Cancel
Save