X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fdevil%2Fdevilloader.h;h=3b933ae2ff0cc9c0e52de2a7161a91b2c277f8e1;hb=8e403dbbcde6efee1862f6d501ce30a3e7ba81c4;hp=3791bb2c0a519f4dd85ffe045eeb48f2f8e4e355;hpb=010c91931c89fe2b6271a7395a0cb17279c704a2;p=libs%2Fgui.git diff --git a/source/graphics/devil/devilloader.h b/source/graphics/devil/devilloader.h index 3791bb2..3b933ae 100644 --- a/source/graphics/devil/devilloader.h +++ b/source/graphics/devil/devilloader.h @@ -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 &);