X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources%2Fresource.h;h=d763ac442bb528ea9e0af84e9acd056bb7673832;hb=be6ffe96ecb4707599fe1a6f620c348760213d46;hp=1fdbb3ef3fd906142a92a13b2e1e3ed3add4225f;hpb=84e0e55710123e54617d342df852007f8b60af24;p=libs%2Fgl.git diff --git a/source/resources/resource.h b/source/resources/resource.h index 1fdbb3ef..d763ac44 100644 --- a/source/resources/resource.h +++ b/source/resources/resource.h @@ -41,7 +41,7 @@ public: /** Returns the amount of graphics memory used by this resource. The returned value must not change while the resource is loaded. */ - virtual std::uint64_t get_data_size() const = 0; + virtual std::size_t get_data_size() const = 0; virtual void unload() = 0; };