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:
parent
010afc6baf
commit
db09156251
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue