X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Ftexture.h;h=555d19ffee902f3d3457b9a831a1625b4819b03d;hb=c4aeeced7b397d46772577775bd3a0d6c4706cba;hp=04a810856a5dedab8b16ecbbd453f6817fddd1d7;hpb=4e9fe48180c7b4646ac2591e172de61f7a693b32;p=libs%2Fgl.git 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 &);