mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
HYPNO: Added missing 'override' keyword
This commit is contained in:
parent
4246b97582
commit
1fd47cc8c2
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user