[Scummvm-git-logs] scummvm master -> 50ae1366915c2a8db9dded1c1440a171fedf3efc

mistydemeo noreply at scummvm.org
Sun Nov 17 09:34:07 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:
50ae136691 MYST3: add missing override keyword


Commit: 50ae1366915c2a8db9dded1c1440a171fedf3efc
    https://github.com/scummvm/scummvm/commit/50ae1366915c2a8db9dded1c1440a171fedf3efc
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-11-17T17:31:11+08: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