X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=c593c0ad5236657ac4f08b45ded75f8c3a144f4b;hb=be6ffe96ecb4707599fe1a6f620c348760213d46;hp=154a8c030018f0087e062001ad851c8c8ae77758;hpb=be92396630a2065e43c21d9d1904e97014844cff;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;