[Scummvm-git-logs] scummvm master -> b4d83e43da1a48251c1979d842d23870e201b2bd
sev-
noreply at scummvm.org
Mon May 29 20:22:25 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b4d83e43da MM: MM1: Add missing override keyword
Commit: b4d83e43da1a48251c1979d842d23870e201b2bd
https://github.com/scummvm/scummvm/commit/b4d83e43da1a48251c1979d842d23870e201b2bd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-05-29T22:22:10+02:00
Commit Message:
MM: MM1: Add missing override keyword
Changed paths:
engines/mm/mm1/views_enh/interactions/giant.h
diff --git a/engines/mm/mm1/views_enh/interactions/giant.h b/engines/mm/mm1/views_enh/interactions/giant.h
index 939f2895b74..b30cca3e222 100644
--- a/engines/mm/mm1/views_enh/interactions/giant.h
+++ b/engines/mm/mm1/views_enh/interactions/giant.h
@@ -54,7 +54,7 @@ public:
*/
bool msgFocus(const FocusMessage &msg) override;
- void timeout();
+ void timeout() override;
};
} // namespace Interactions
More information about the Scummvm-git-logs
mailing list