X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture2d.h;h=7504f321d218543ea151700ed819cdd0eb9cb96d;hp=eba3286fee15fddce63b67e503f551990b0bf65d;hb=cabb833e9b4ca10b9f350f3be6c351dce6a66822;hpb=3535b65a6523abe89f3e008c8c885fcdd64a97ad diff --git a/source/texture2d.h b/source/texture2d.h index eba3286f..7504f321 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -85,7 +85,7 @@ private: void get_level_size(unsigned, unsigned &, unsigned &); public: - virtual Resource::AsyncLoader *load(IO::Seekable &); + virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0); virtual UInt64 get_data_size() const; virtual void unload(); };