X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture1d.h;h=225cb0de2ec9f32e3f90fb2a74d818b546426090;hp=b14ff917666f88cb02fc7fbbcd5c55a8330b0075;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266 diff --git a/source/core/texture1d.h b/source/core/texture1d.h index b14ff917..225cb0de 100644 --- a/source/core/texture1d.h +++ b/source/core/texture1d.h @@ -50,7 +50,7 @@ private: public: 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() { } };