X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=c593c0ad5236657ac4f08b45ded75f8c3a144f4b;hb=be6ffe96ecb4707599fe1a6f620c348760213d46;hp=154a8c030018f0087e062001ad851c8c8ae77758;hpb=84e0e55710123e54617d342df852007f8b60af24;p=libs%2Fgl.git diff --git a/source/core/texture.h b/source/core/texture.h index 154a8c03..c593c0ad 100644 --- a/source/core/texture.h +++ b/source/core/texture.h @@ -94,7 +94,7 @@ public: with the defined storage. Semantics depend on the type of texture. */ virtual void image(const Graphics::Image &, unsigned = 0) = 0; - virtual std::uint64_t get_data_size() const { return 0; } + virtual std::size_t get_data_size() const { return 0; } using TextureBackend::set_debug_name;