Browse Source

Fix strict build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
d8c7f9280f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/backend/engine/CarlaEngineNative.cpp

+ 2
- 0
source/backend/engine/CarlaEngineNative.cpp View File

@@ -1743,6 +1743,8 @@ private:

for (; msgMgr->dispatchNextMessageOnSystemQueue(true);) {}
}

CARLA_DECLARE_NON_COPY_STRUCT(ScopedJuceMessageThreadRunner)
};
#endif



Loading…
Cancel
Save