mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:27:57 -05:00
input_common: Add missing override specifiers
This commit is contained in:
@ -14,7 +14,7 @@ public:
|
||||
explicit KeyButton(std::shared_ptr<KeyButtonList> key_button_list_)
|
||||
: key_button_list(key_button_list_) {}
|
||||
|
||||
~KeyButton();
|
||||
~KeyButton() override;
|
||||
|
||||
bool GetStatus() const override {
|
||||
return status.load();
|
||||
|
Reference in New Issue
Block a user