mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
IMAGE: Add missing override keyword for setOutputPixelFormat
This commit is contained in:
parent
07d6ab4c91
commit
d2d564125d
@ -540,7 +540,7 @@ protected:
|
||||
* Select the preferred format to use, for codecs where this is faster than converting
|
||||
* the image afterwards. Returns true if supported, and false otherwise.
|
||||
*/
|
||||
bool setOutputPixelFormat(const Graphics::PixelFormat &format) { _pixelFormat = format; return true; }
|
||||
bool setOutputPixelFormat(const Graphics::PixelFormat &format) override { _pixelFormat = format; return true; }
|
||||
|
||||
/**
|
||||
* Decode the Indeo picture header.
|
||||
|
Loading…
Reference in New Issue
Block a user