]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture1d.h
Use standard fixed-size integer types
[libs/gl.git] / source / core / texture1d.h
index b14ff917666f88cb02fc7fbbcd5c55a8330b0075..225cb0de2ec9f32e3f90fb2a74d818b546426090 100644 (file)
@@ -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() { }
 };