X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fmesh.h;h=0cebaa69c28ce92917d796afe4e034e5434c4611;hp=0111bb7798908348cfb09080631c29d7c3e1f6cc;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/core/mesh.h b/source/core/mesh.h index 0111bb77..0cebaa69 100644 --- a/source/core/mesh.h +++ b/source/core/mesh.h @@ -107,7 +107,7 @@ private: public: virtual int get_load_priority() const { return 1; } 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(); void set_debug_name(const std::string &);