X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture3d.h;h=d791633d3a306ef08607016efe4b956d850f43fa;hb=be6ffe96ecb4707599fe1a6f620c348760213d46;hp=2498c52658e3279a2dc5cfcbff93e00ccbd05984;hpb=84e0e55710123e54617d342df852007f8b60af24;p=libs%2Fgl.git diff --git a/source/core/texture3d.h b/source/core/texture3d.h index 2498c526..d791633d 100644 --- a/source/core/texture3d.h +++ b/source/core/texture3d.h @@ -73,7 +73,7 @@ protected: public: virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; } - virtual std::uint64_t get_data_size() const; + virtual std::size_t get_data_size() const; virtual void unload() { } };