X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fjpeg%2Fjpegloader.h;h=793951acc6784fa16a012e3a1d12c1192ac203b2;hb=43d31e73c4b97a37017757232c4ef1db355fee3a;hp=04e891791564c9786ee80e3dc52d55bc303872f8;hpb=d3bc6c9c2cfaaedaabfd4b5b7bf4e1da2de51331;p=libs%2Fgui.git diff --git a/source/graphics/jpeg/jpegloader.h b/source/graphics/jpeg/jpegloader.h index 04e8917..793951a 100644 --- a/source/graphics/jpeg/jpegloader.h +++ b/source/graphics/jpeg/jpegloader.h @@ -15,12 +15,13 @@ private: public: JpegLoader(IO::Seekable &); - virtual ~JpegLoader(); + ~JpegLoader(); static unsigned get_signature_size() { return 3; } static bool detect(const std::string &); - virtual void load(Image::Data &); + void load_headers_(Image::Data &) override; + void load_pixels_(Image::Data &) override; }; } // namespace Graphics