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/321/head
falkTX
2 years ago
parent
638690ed6a
commit
a106c2b8ce
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
distrho/extra/FileBrowserDialogImpl.cpp
+ 2
- 0
distrho/extra/FileBrowserDialogImpl.cpp
View File
@@ -48,6 +48,8 @@
#ifdef FILE_BROWSER_DIALOG_DGL_NAMESPACE
START_NAMESPACE_DGL
using DISTRHO_NAMESPACE::ScopedPointer;
using DISTRHO_NAMESPACE::String;
#else
START_NAMESPACE_DISTRHO
#endif
Write
Preview
Loading…
Cancel
Save