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

Fixed small win32 compile glitch.

This commit is contained in:
Julian Storer 2010-02-20 17:02:49 +00:00
parent 6013242bd9
commit e1f3c2df6f
3 changed files with 74 additions and 88 deletions

View file

@ -230,7 +230,7 @@ int JUCEApplication::shutdownAppAndClearUp()
ScopedPointer<JUCEApplication> app (appInstance);
int returnValue = 0;
MessageManager::getInstance()->deregisterBroadcastListener (app);
MessageManager::getInstance()->deregisterBroadcastListener ((JUCEApplication*) app);
static bool reentrancyCheck = false;