]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2d.h
Use standard fixed-size integer types
[libs/gl.git] / source / core / texture2d.h
index 877555c0f5ba43d4cdefb5a78af34225cc2e4756..442c544e3c9a52749d5f21c16da70a2a90041875 100644 (file)
@@ -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();
 };