[Scummvm-git-logs] scummvm master -> d4117f38877f09306a4463be3bb8cf290d9c4464
bluegr
noreply at scummvm.org
Sun Mar 6 07:48:56 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:
d4117f3887 VIDEO: mark PACo method as override
Commit: d4117f38877f09306a4463be3bb8cf290d9c4464
https://github.com/scummvm/scummvm/commit/d4117f38877f09306a4463be3bb8cf290d9c4464
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-03-06T09:48:52+02:00
Commit Message:
VIDEO: mark PACo method as override
Changed paths:
video/paco_decoder.h
diff --git a/video/paco_decoder.h b/video/paco_decoder.h
index 1ee803c9d52..9dbdd7af5f5 100644
--- a/video/paco_decoder.h
+++ b/video/paco_decoder.h
@@ -49,7 +49,7 @@ public:
PacoDecoder();
virtual ~PacoDecoder();
- virtual bool loadStream(Common::SeekableReadStream *stream);
+ virtual bool loadStream(Common::SeekableReadStream *stream) override;
const Common::List<Common::Rect> *getDirtyRects() const;
void clearDirtyRects();
More information about the Scummvm-git-logs
mailing list