[Scummvm-git-logs] scummvm master -> 15925e70359ced5d088aeebe15af28af196e6e55

sev- noreply at scummvm.org
Sat Apr 29 12:24:07 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:
15925e7035 AGOS: Add missing override keyword


Commit: 15925e70359ced5d088aeebe15af28af196e6e55
    https://github.com/scummvm/scummvm/commit/15925e70359ced5d088aeebe15af28af196e6e55
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-29T14:24:02+02:00

Commit Message:
AGOS: Add missing override keyword

Changed paths:
    engines/agos/detection.cpp


diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index 935cebef64e..376137e7567 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -101,7 +101,7 @@ public:
 		return debugFlagList;
 	}
 
-	ADDetectedGame fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist, ADDetectedGameExtraInfo **extra) const {
+	ADDetectedGame fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist, ADDetectedGameExtraInfo **extra) const override {
 		ADDetectedGame detectedGame = detectGameFilebased(allFiles, AGOS::fileBased);
 		if (!detectedGame.desc) {
 			return ADDetectedGame();




More information about the Scummvm-git-logs mailing list