X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture3d.h;fp=source%2Ftexture3d.h;h=c55a3c1ae3bffd40be72d97183e0fbbebe86bd7e;hp=fa4c050f039c38f9a0734b0f6ec11ec21082e92b;hb=cabb833e9b4ca10b9f350f3be6c351dce6a66822;hpb=3535b65a6523abe89f3e008c8c885fcdd64a97ad diff --git a/source/texture3d.h b/source/texture3d.h index fa4c050f..c55a3c1a 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -62,7 +62,7 @@ private: void get_level_size(unsigned, unsigned &, unsigned &, 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() { } };