Browse Source

Fix build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.1
falkTX 3 years ago
parent
commit
7b29441926
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/engine/CarlaEngineJuce.cpp

+ 1
- 1
source/backend/engine/CarlaEngineJuce.cpp View File

@@ -856,7 +856,7 @@ private:

RtMidiEvents()
: mutex(),
dataPool(512, 512),
dataPool("RtMidiEvents", 512, 512),
data(dataPool),
dataPending(dataPool) {}



Loading…
Cancel
Save