X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture3d.h;h=19444c770ecb235496ce0c06a3087d21c9a552e1;hp=df52bf66ee8daeb1e1a879440c63ed52ab799833;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/core/texture3d.h b/source/core/texture3d.h index df52bf66..19444c77 100644 --- a/source/core/texture3d.h +++ b/source/core/texture3d.h @@ -87,7 +87,7 @@ protected: public: virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; } - virtual UInt64 get_data_size() const; + virtual std::uint64_t get_data_size() const; virtual void unload() { } };