X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexturecube.h;h=15b598174ae3b233b52846e380603f8093e0a3de;hp=ae305153fec6860a8f37e3128f037214f07d5e25;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/core/texturecube.h b/source/core/texturecube.h index ae305153..15b59817 100644 --- a/source/core/texturecube.h +++ b/source/core/texturecube.h @@ -126,7 +126,7 @@ public: Vector3 get_texel_direction(TextureCubeFace, unsigned, unsigned); 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() { } };