[Scummvm-git-logs] scummvm master -> 15086355a9d983638d1c12973b9481d38d7c62ee

sev- noreply at scummvm.org
Tue Apr 15 16:02:55 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
15086355a9 IMAGE: Add missing override keywords


Commit: 15086355a9d983638d1c12973b9481d38d7c62ee
    https://github.com/scummvm/scummvm/commit/15086355a9d983638d1c12973b9481d38d7c62ee
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-04-15T18:02:36+02:00

Commit Message:
IMAGE: Add missing override keywords

Changed paths:
    image/cel_3do.h


diff --git a/image/cel_3do.h b/image/cel_3do.h
index 5f507c53b2e..a1fa723bec6 100644
--- a/image/cel_3do.h
+++ b/image/cel_3do.h
@@ -54,8 +54,8 @@ public:
 	virtual ~Cel3DODecoder();
 
 	// ImageDecoder API
-	void destroy();
-	virtual bool loadStream(Common::SeekableReadStream &stream);
+	void destroy() override;
+	virtual bool loadStream(Common::SeekableReadStream &stream) override;
 	const Graphics::Surface *getSurface() const override { return _surface; }
 	const Graphics::Palette &getPalette() const override { return _palette; }
 




More information about the Scummvm-git-logs mailing list