mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
Minor clean-ups. Jucer development.
This commit is contained in:
parent
61252d75c6
commit
d4435ca8b8
85 changed files with 900 additions and 569 deletions
|
|
@ -230,7 +230,7 @@ int JUCEApplication::shutdownAppAndClearUp()
|
|||
ScopedPointer<JUCEApplication> app (appInstance);
|
||||
int returnValue = 0;
|
||||
|
||||
MessageManager::getInstance()->deregisterBroadcastListener ((JUCEApplication*) app);
|
||||
MessageManager::getInstance()->deregisterBroadcastListener (static_cast <JUCEApplication*> (app));
|
||||
|
||||
static bool reentrancyCheck = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue