X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgraphics%2Fimageloader.h;h=fbfd4d66e0c3c647c5c2171d03da04d4ccc1848d;hb=7302a061c57602203895b616bf54d96269c677c6;hp=1ad6cc8c895aad812264df8663920cd6a56f6528;hpb=054fca09f0bbd64fdbd6406a0643de938a9cd4fb;p=libs%2Fgui.git diff --git a/source/graphics/imageloader.h b/source/graphics/imageloader.h index 1ad6cc8..fbfd4d6 100644 --- a/source/graphics/imageloader.h +++ b/source/graphics/imageloader.h @@ -71,6 +71,7 @@ protected: public: virtual ~ImageLoader(); + static bool detect_signature(const std::string &); static ImageLoader *open_file(const std::string &); static ImageLoader *open_io(IO::Seekable &);