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

Fixed an intermittent test failure

This commit is contained in:
Tom Poole 2018-01-18 10:17:30 +00:00
parent 3f2678b38e
commit b434b320a1

View file

@ -184,9 +184,11 @@ namespace DestinationTestHelpers
for (auto& event : events)
loggedEventQueue.push_back (event);
return true;
}
return true;
return false;
}
void stopLoggingEvents() override {}