X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture2dmultisample.h;fp=source%2Fcore%2Ftexture2dmultisample.h;h=77f4c542a51c1eba7da3684d56db3a1f98077704;hb=be6ffe96ecb4707599fe1a6f620c348760213d46;hp=8c3275c0b3758fcbad92dd2a8c34ec557684c0a4;hpb=84e0e55710123e54617d342df852007f8b60af24;p=libs%2Fgl.git diff --git a/source/core/texture2dmultisample.h b/source/core/texture2dmultisample.h index 8c3275c0..77f4c542 100644 --- a/source/core/texture2dmultisample.h +++ b/source/core/texture2dmultisample.h @@ -25,7 +25,7 @@ public: unsigned get_samples() const { return samples; } 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() { } };