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:
parent
e11b9f0c25
commit
a32b3e7f23
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue