mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Code clean-ups. Jucer development.
This commit is contained in:
parent
22e02cf791
commit
1751beed57
145 changed files with 2247 additions and 1853 deletions
|
|
@ -113,7 +113,7 @@ void JUCEApplication::unhandledException (const std::exception*,
|
|||
const String&,
|
||||
const int)
|
||||
{
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
}
|
||||
|
||||
void JUCEApplication::sendUnhandledException (const std::exception* const e,
|
||||
|
|
@ -342,7 +342,7 @@ void JUCE_PUBLIC_FUNCTION initialiseJuce_GUI()
|
|||
// Ended up here? If so, TURN ON RTTI in your compiler settings!! And if you
|
||||
// got as far as this catch statement, then why haven't you got exception catching
|
||||
// turned on in the debugger???
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue