]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/bmploader.h
Add some state checking to ImageLoader
[libs/gui.git] / source / graphics / bmploader.h
index 273e104407056300f29367c7343c5636a5c82c47..9ae8f4e7c21bbd0d7a8312281c539170e87ec52f 100644 (file)
@@ -18,7 +18,7 @@ public:
        static unsigned get_signature_size() { return 2; }
        static bool detect(const std::string &);
 
-       virtual void load(Image::Data &);
+       virtual void load_(Image::Data &);
 };
 
 } // namespace Graphics