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

Misc tidying-up.

This commit is contained in:
jules 2013-07-09 20:25:46 +01:00
parent f86739b221
commit 4ce1908f79
28 changed files with 129 additions and 131 deletions

View file

@ -53,7 +53,7 @@ public:
return true;
}
void actionListenerCallback (const String& message)
void actionListenerCallback (const String& message) override
{
if (JUCEApplication* const app = JUCEApplication::getInstance())
{