[Scummvm-git-logs] scummvm branch-2-9 -> ed2d8673f1506f9224e2bebef1f0b58f13c34eca
lephilousophe
noreply at scummvm.org
Sun Nov 17 09:55:51 UTC 2024
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:
ed2d8673f1 MYST3: add missing override keyword
Commit: ed2d8673f1506f9224e2bebef1f0b58f13c34eca
https://github.com/scummvm/scummvm/commit/ed2d8673f1506f9224e2bebef1f0b58f13c34eca
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-11-17T10:55:38+01:00
Commit Message:
MYST3: add missing override keyword
Changed paths:
engines/myst3/detection.cpp
diff --git a/engines/myst3/detection.cpp b/engines/myst3/detection.cpp
index 65dd72ce4ff..1b4f67c1b1c 100644
--- a/engines/myst3/detection.cpp
+++ b/engines/myst3/detection.cpp
@@ -268,7 +268,7 @@ public:
return debugFlagList;
}
- DetectedGame toDetectedGame(const ADDetectedGame &adGame, ADDetectedGameExtraInfo *extraInfo) const {
+ DetectedGame toDetectedGame(const ADDetectedGame &adGame, ADDetectedGameExtraInfo *extraInfo) const override {
DetectedGame game = AdvancedMetaEngineDetection::toDetectedGame(adGame);
// The AdvancedDetector model only allows specifying a single supported
More information about the Scummvm-git-logs
mailing list