mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Add missing override specifiers
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user