Browse Source

Fix strict build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC2
falkTX 4 years ago
parent
commit
144670fcdb
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