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:
parent
6013242bd9
commit
e1f3c2df6f
3 changed files with 74 additions and 88 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue