X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fquartz%2Fquartzloader.h;h=3e856a98fdeb37ce6685f84457fa245ad6e92b00;hb=054fca09f0bbd64fdbd6406a0643de938a9cd4fb;hp=963e45c4c7ba0e89a1bb7df879c08e0e76e45f08;hpb=0885a7e155653acbbc1b15eff590feabbb6f00d9;p=libs%2Fgui.git diff --git a/source/graphics/quartz/quartzloader.h b/source/graphics/quartz/quartzloader.h index 963e45c..3e856a9 100644 --- a/source/graphics/quartz/quartzloader.h +++ b/source/graphics/quartz/quartzloader.h @@ -6,7 +6,7 @@ namespace Msp { namespace Graphics { -class QuartzLoader: public RegisteredImageLoader +class QuartzLoader: public ImageLoader { private: struct Private; @@ -22,7 +22,8 @@ public: static unsigned get_signature_size() { return 12; } static bool detect(const std::string &); - virtual void load(Image::Data &); + virtual void load_headers_(Image::Data &); + virtual void load_pixels_(Image::Data &); }; } // namespace Graphics