]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture3d.h
Use size_t to store sizes of buffers and such
[libs/gl.git] / source / core / texture3d.h
index 2498c52658e3279a2dc5cfcbff93e00ccbd05984..d791633d3a306ef08607016efe4b956d850f43fa 100644 (file)
@@ -73,7 +73,7 @@ protected:
 
 public:
        virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }
-       virtual std::uint64_t get_data_size() const;
+       virtual std::size_t get_data_size() const;
        virtual void unload() { }
 };