Skip to content

Commit

Permalink
Add missing 'override'.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarte committed Apr 6, 2024
1 parent 0092cb8 commit 7bf831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Machines/Acorn/Archimedes/Keyboard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ struct Keyboard {
return 3;
}

virtual void set_button_pressed(int index, bool is_pressed) {
virtual void set_button_pressed(int index, bool is_pressed) override {
keyboard_.set_key_state(7, index, is_pressed);
}

Expand Down

0 comments on commit 7bf831e

Please sign in to comment.