]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/devil/devilloader.h
Change the ImageLoader API to use IO::Seekable
[libs/gui.git] / source / graphics / devil / devilloader.h
index 3791bb2c0a519f4dd85ffe045eeb48f2f8e4e355..3b933ae2ff0cc9c0e52de2a7161a91b2c277f8e1 100644 (file)
@@ -10,11 +10,10 @@ class DevilLoader: public ImageLoader
 {
 private:
        IO::Base &io;
-       std::string signature;
        unsigned id;
 
 public:
-       DevilLoader(IO::Base &, const std::string &);
+       DevilLoader(IO::Seekable &);
        virtual ~DevilLoader();
 
        static bool detect(const std::string &);