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:
parent
0a377a95c5
commit
06c1a15496
18 changed files with 37 additions and 37 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue