X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fimage.cpp;h=b22be1969d057e161cd60af0be3d9785c320b438;hb=8e403dbbcde6efee1862f6d501ce30a3e7ba81c4;hp=3e1124faaf06800158413189c054529db2ca4060;hpb=010c91931c89fe2b6271a7395a0cb17279c704a2;p=libs%2Fgui.git diff --git a/source/graphics/image.cpp b/source/graphics/image.cpp index 3e1124f..b22be19 100644 --- a/source/graphics/image.cpp +++ b/source/graphics/image.cpp @@ -29,7 +29,7 @@ void Image::load_file(const string &fn) load(*loader); } -void Image::load_io(IO::Base &io) +void Image::load_io(IO::Seekable &io) { RefPtr loader = ImageLoader::open_io(io); load(*loader);