IMAGE: Add missing override keyword for setOutputPixelFormat

This commit is contained in:
Thierry Crozat 2023-04-05 22:23:59 +01:00
parent 07d6ab4c91
commit d2d564125d

View File

@ -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.