[Scummvm-git-logs] scummvm master -> 1fd47cc8c205b2c4e3454187908e77e56470307d

aquadran noreply at scummvm.org
Wed Jan 5 14:55:08 UTC 2022


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:
1fd47cc8c2 HYPNO: Added missing 'override' keyword


Commit: 1fd47cc8c205b2c4e3454187908e77e56470307d
    https://github.com/scummvm/scummvm/commit/1fd47cc8c205b2c4e3454187908e77e56470307d
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-01-05T15:55:04+01:00

Commit Message:
HYPNO: Added missing 'override' keyword

Changed paths:
    engines/hypno/hypno.h


diff --git a/engines/hypno/hypno.h b/engines/hypno/hypno.h
index f84a7c60005..2680bc8bc1f 100644
--- a/engines/hypno/hypno.h
+++ b/engines/hypno/hypno.h
@@ -303,7 +303,7 @@ public:
 
 	Common::Error loadGameStream(Common::SeekableReadStream *stream) override;
 	Common::Error saveGameStream(Common::WriteStream *stream, bool isAutosave = false) override;
-	bool hasFeature(EngineFeature f) const {
+	bool hasFeature(EngineFeature f) const override {
 		return (f == kSupportsSavingDuringRuntime || f == kSupportsLoadingDuringRuntime);
 	}
 




More information about the Scummvm-git-logs mailing list