X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fimage.h;h=6905461a49557ed64df428902e538d85a9d271fc;hb=8e403dbbcde6efee1862f6d501ce30a3e7ba81c4;hp=bfaeef84a00fbf7b945dbac8cc51d0fc593673bd;hpb=010c91931c89fe2b6271a7395a0cb17279c704a2;p=libs%2Fgui.git diff --git a/source/graphics/image.h b/source/graphics/image.h index bfaeef8..6905461 100644 --- a/source/graphics/image.h +++ b/source/graphics/image.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include "pixelformat.h" namespace Msp { @@ -30,7 +30,7 @@ private: public: void load_file(const std::string &); - void load_io(IO::Base &); + void load_io(IO::Seekable &); void load(ImageLoader &); PixelFormat get_format() const { return data.fmt; }