mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Add missing override specifiers
This commit is contained in:
parent
96e42dff52
commit
22635c1800
7 changed files with 53 additions and 50 deletions
|
@ -132,9 +132,9 @@ public:
|
|||
HotkeyManager();
|
||||
~HotkeyManager();
|
||||
|
||||
std::string GetName() const;
|
||||
void GetInput(HotkeyStatus* const hk);
|
||||
void LoadDefaults(const ControllerInterface& ciface);
|
||||
std::string GetName() const override;
|
||||
void LoadDefaults(const ControllerInterface& ciface) override;
|
||||
|
||||
private:
|
||||
Buttons* m_keys[(NUM_HOTKEYS + 31) / 32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue