Browse Source

Fix build without NTK

tags/1.9.4
falkTX 11 years ago
parent
commit
ac4379b614
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/backend/native/zynaddsubfx.cpp

+ 2
- 0
source/backend/native/zynaddsubfx.cpp View File

@@ -352,7 +352,9 @@ private:
~ZynThread()
{
// must be closed by now
#ifdef WANT_ZYNADDSUBFX_UI
CARLA_ASSERT(fUi == nullptr);
#endif
CARLA_ASSERT(fQuit);
}



Loading…
Cancel
Save