X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fjpeg%2Fjpegloader.h;h=bf902d64c5b9b90f0ef95d241c6f4a7f7e28efde;hp=04e891791564c9786ee80e3dc52d55bc303872f8;hb=2ebdf45974a0a7649b3488f9da4b8cf90a1db584;hpb=7672cbffb3efd3cce448f85a5e0acd4bed7ec0dd diff --git a/source/graphics/jpeg/jpegloader.h b/source/graphics/jpeg/jpegloader.h index 04e8917..bf902d6 100644 --- a/source/graphics/jpeg/jpegloader.h +++ b/source/graphics/jpeg/jpegloader.h @@ -20,7 +20,7 @@ public: static unsigned get_signature_size() { return 3; } static bool detect(const std::string &); - virtual void load(Image::Data &); + virtual void load_(Image::Data &); }; } // namespace Graphics