mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor tidying up
This commit is contained in:
parent
0f103ac7e7
commit
cfc85445b5
5 changed files with 8 additions and 8 deletions
|
|
@ -94,7 +94,7 @@ private:
|
|||
|
||||
void run() override
|
||||
{
|
||||
while (true)
|
||||
for (;;)
|
||||
{
|
||||
MessageManager::MessageBase::Ptr message (queue.removeAndReturn (0));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue