[Scummvm-git-logs] scummvm master -> b36aac450037601e70f33a9c9f8c9c941ed48ede

lephilousophe noreply at scummvm.org
Mon Jul 8 10:27: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:
b36aac4500 SKY: Add back missing override keyword


Commit: b36aac450037601e70f33a9c9f8c9c941ed48ede
    https://github.com/scummvm/scummvm/commit/b36aac450037601e70f33a9c9f8c9c941ed48ede
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-07-08T12:27:34+02:00

Commit Message:
SKY: Add back missing override keyword

Changed paths:
    engines/sky/metaengine.cpp


diff --git a/engines/sky/metaengine.cpp b/engines/sky/metaengine.cpp
index 991f3bd9172..0cde19254ef 100644
--- a/engines/sky/metaengine.cpp
+++ b/engines/sky/metaengine.cpp
@@ -45,7 +45,7 @@ class SkyMetaEngine : public MetaEngine {
 	bool hasFeature(MetaEngineFeature f) const override;
 
 	Common::Error createInstance(OSystem *syst, Engine **engine,
-	                             const DetectedGame &gameDescriptor, const void *metaEngineDescriptor);
+	                             const DetectedGame &gameDescriptor, const void *metaEngineDescriptor) override;
 
 	const ExtraGuiOptions getExtraGuiOptions(const Common::String &target) const override;
 




More information about the Scummvm-git-logs mailing list