X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=555d19ffee902f3d3457b9a831a1625b4819b03d;hp=04a810856a5dedab8b16ecbbd453f6817fddd1d7;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/core/texture.h b/source/core/texture.h index 04a81085..555d19ff 100644 --- a/source/core/texture.h +++ b/source/core/texture.h @@ -103,7 +103,7 @@ public: GLenum get_target() const { return target; } unsigned get_id() const { return id; } - virtual UInt64 get_data_size() const { return 0; } + virtual std::uint64_t get_data_size() const { return 0; } void set_debug_name(const std::string &);