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

Added a couple of missing 'override's

This commit is contained in:
jules 2016-01-20 08:18:42 -08:00
parent 010afc6baf
commit db09156251
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ public:
g.strokePath (spinePath, PathStrokeType (4.0f));
}
void resized()
void resized() override
{
// This is called when the MainContentComponent is resized.
// If you add any child components, this is where you should