This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix no namespace build
Signed-off-by: falkTX <falktx@falktx.com>
pull/344/head
falkTX
3 years ago
parent
d5267f11d9
commit
01261953a3
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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())
{
Write
Preview
Loading…
Cancel
Save