]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/png/pngloader.h
Change the ImageLoader API to use IO::Seekable
[libs/gui.git] / source / graphics / png / pngloader.h
index 0bb5fd7a575c2d559939fcbab0a1cf7b71d58b11..a81c34c3c49811318ed4cd912b70a98a43c48780 100644 (file)
@@ -14,7 +14,7 @@ private:
        Private *priv;
 
 public:
-       PngLoader(IO::Base &, const std::string &);
+       PngLoader(IO::Base &, unsigned = 0);
        virtual ~PngLoader();
 
        static bool detect(const std::string &);