Browse Source

ASIO: Fix unused data member warning

tags/2021-05-28
reuk 4 years ago
parent
commit
a32b3e7f23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_devices/native/juce_win32_ASIO.cpp

+ 1
- 1
modules/juce_audio_devices/native/juce_win32_ASIO.cpp View File

@@ -767,7 +767,7 @@ private:
bool deviceIsOpen = false, isStarted = false, buffersCreated = false;
std::atomic<bool> calledback { false };
bool littleEndian = false, postOutput = true, needToReset = false;
bool postOutput = true, needToReset = false;
bool insideControlPanelModalLoop = false;
bool shouldUsePreferredSize = false;
int xruns = 0;


Loading…
Cancel
Save