1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Added some missing 'override' decorators

This commit is contained in:
jules 2015-05-15 12:54:44 +01:00
parent 0a377a95c5
commit 06c1a15496
18 changed files with 37 additions and 37 deletions

View file

@ -347,8 +347,8 @@ public:
owner.getMappings().removeChangeListener (this);
}
bool mightContainSubItems() { return true; }
String getUniqueName() const { return "keys"; }
bool mightContainSubItems() override { return true; }
String getUniqueName() const override { return "keys"; }
void changeListenerCallback (ChangeBroadcaster*) override
{