DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 01261953a36c3eedca5fefb374ed2e98c58ca85d
parent d5267f11d9fb3deee3ab4367f1c42fd281fb6fa9
Author: falkTX <falktx@falktx.com>
Date:   Thu, 21 Oct 2021 15:11:05 +0100

Fix no namespace build

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/src/DistrhoPluginVST3.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/distrho/src/DistrhoPluginVST3.cpp b/distrho/src/DistrhoPluginVST3.cpp @@ -3853,6 +3853,7 @@ bool ENTRYFNNAME(void*); bool ENTRYFNNAME(void*) { // find plugin bundle + USE_NAMESPACE_DISTRHO; static String bundlePath; if (bundlePath.isEmpty()) {