GUI: Add override markers where appropriate

This commit is contained in:
Bastien Bouclet 2020-01-05 17:48:04 +01:00
parent 37b473cc0d
commit c566d02992
34 changed files with 237 additions and 237 deletions

View file

@ -49,7 +49,7 @@ public:
void setList(const StringArray& list);
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
void handleCommand(CommandSender *sender, uint32 cmd, uint32 data) override;
};
} // End of namespace GUI