X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture1d.h;h=d75167b1f3215b2402c25c0825f47fa8886c2ed3;hb=e01371d38e290b4c526146fd5d1388bba8201233;hp=0ab9c6f74734974e2716a7e8843b1e535e40a7d3;hpb=4a6c595b4d954b6cf69c6388a43b2b66f84d8c0a;p=libs%2Fgl.git diff --git a/source/texture1d.h b/source/texture1d.h index 0ab9c6f7..d75167b1 100644 --- a/source/texture1d.h +++ b/source/texture1d.h @@ -37,7 +37,8 @@ public: unsigned get_width() const { return width; } private: - unsigned get_level_size(unsigned); + unsigned get_n_levels() const; + unsigned get_level_size(unsigned) const; public: virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }