X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftexture1d.h;h=63b25c138756c8c6a44bd635e341cab9810332f9;hb=782344299d402dfc7e4eb038bba876d7455f50f5;hp=ea673c3b8b8a606326e78963cdbe30b35fb3cc50;hpb=4d7f66ea28c788e12f700216b9c53af9e71b8390;p=libs%2Fgl.git diff --git a/source/texture1d.h b/source/texture1d.h index ea673c3b..63b25c13 100644 --- a/source/texture1d.h +++ b/source/texture1d.h @@ -27,7 +27,7 @@ private: unsigned get_level_size(unsigned); public: - virtual AsyncLoader *load(IO::Seekable &) { return 0; } + virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; } virtual UInt64 get_data_size() const; virtual void unload() { } };