X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fquartz%2Fquartzloader.h;h=cf4a4479968eb5622576b0dd48605b5977a05beb;hb=2ebdf45974a0a7649b3488f9da4b8cf90a1db584;hp=963e45c4c7ba0e89a1bb7df879c08e0e76e45f08;hpb=0885a7e155653acbbc1b15eff590feabbb6f00d9;p=libs%2Fgui.git diff --git a/source/graphics/quartz/quartzloader.h b/source/graphics/quartz/quartzloader.h index 963e45c..cf4a447 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,7 @@ public: static unsigned get_signature_size() { return 12; } static bool detect(const std::string &); - virtual void load(Image::Data &); + virtual void load_(Image::Data &); }; } // namespace Graphics