Browse Source

carla-lv2: Add missing initialiazer, closes #285

tags/1.9.7
falkTX 10 years ago
parent
commit
d6e5f9846c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/plugin/carla-lv2.cpp

+ 1
- 0
source/plugin/carla-lv2.cpp View File

@@ -1157,6 +1157,7 @@ private:
Ports()
: eventsIn(nullptr),
midiOuts(nullptr),
midiOutData(nullptr),
audioIns(nullptr),
audioOuts(nullptr),
freewheel(nullptr),


Loading…
Cancel
Save