1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Added some missing braces in StandaloneFilterApp

This commit is contained in:
ed 2017-10-31 08:57:18 +00:00
parent 2119cc7ff3
commit 141be27dab

View file

@ -126,7 +126,9 @@ public:
});
}
else
{
quit();
}
}
protected: