]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/quartz/quartzloader.h
Add some state checking to ImageLoader
[libs/gui.git] / source / graphics / quartz / quartzloader.h
index 4885ff5209fa9c936728199503f5543bf4e1f729..cf4a4479968eb5622576b0dd48605b5977a05beb 100644 (file)
@@ -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