Skip to content

Commit b4d83e4

Browse files
committed
MM: MM1: Add missing override keyword
1 parent b60275e commit b4d83e4

File tree

1 file changed

+1
-1
lines changed
  • engines/mm/mm1/views_enh/interactions

1 file changed

+1
-1
lines changed

engines/mm/mm1/views_enh/interactions/giant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Giant : public Interaction {
5454
*/
5555
bool msgFocus(const FocusMessage &msg) override;
5656

57-
void timeout();
57+
void timeout() override;
5858
};
5959

6060
} // namespace Interactions

0 commit comments

Comments
 (0)