1
0
Fork 0
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:
jules 2018-10-23 11:06:50 +01:00
parent 0f103ac7e7
commit cfc85445b5
5 changed files with 8 additions and 8 deletions

View file

@ -94,7 +94,7 @@ private:
void run() override
{
while (true)
for (;;)
{
MessageManager::MessageBase::Ptr message (queue.removeAndReturn (0));