Browse Source

Fix no namespace build

Signed-off-by: falkTX <falktx@falktx.com>
popup-tests
falkTX 1 month ago
parent
commit
4434b45291
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      distrho/extra/WebViewImpl.cpp

+ 5
- 0
distrho/extra/WebViewImpl.cpp View File

@@ -242,6 +242,11 @@ START_NAMESPACE_DISTRHO


#if WEB_VIEW_USING_X11_IPC #if WEB_VIEW_USING_X11_IPC


#ifdef WEB_VIEW_DGL_NAMESPACE
using DISTRHO_NAMESPACE::ChildProcess;
using DISTRHO_NAMESPACE::RingBufferControl;
#endif

#ifdef __linux__ #ifdef __linux__
typedef int32_t ipc_sem_t; typedef int32_t ipc_sem_t;
#else #else


Loading…
Cancel
Save