1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

ASIO: Fix unused data member warning

This commit is contained in:
reuk 2020-09-23 18:48:14 +01:00
parent e11b9f0c25
commit a32b3e7f23

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;