GUI: Add override markers where appropriate
This commit is contained in:
parent
37b473cc0d
commit
c566d02992
34 changed files with 237 additions and 237 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue