X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.h;h=442c544e3c9a52749d5f21c16da70a2a90041875;hp=877555c0f5ba43d4cdefb5a78af34225cc2e4756;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/core/texture2d.h b/source/core/texture2d.h index 877555c0..442c544e 100644 --- a/source/core/texture2d.h +++ b/source/core/texture2d.h @@ -91,7 +91,7 @@ private: public: virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0); - virtual UInt64 get_data_size() const; + virtual std::uint64_t get_data_size() const; virtual void unload(); };