X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftexture.h;h=21edb81a74ae53ac67d0c18dff005709c048c431;hb=927a1aa0a3a27e463ec0efc08bd08e7c4e969909;hp=48f551f0ae0d5ea591c984aeb49634a0742763b4;hpb=56c9bfa0b47583fb9067705a69c3639a17d4a097;p=libs%2Fgl.git diff --git a/source/texture.h b/source/texture.h index 48f551f0..21edb81a 100644 --- a/source/texture.h +++ b/source/texture.h @@ -9,7 +9,7 @@ Distributed under the LGPL #define MSP_GL_TEXTURE_H_ #include -#include +#include #include "gl.h" #include "types.h" @@ -37,11 +37,8 @@ one of the dimensioned texture classes. class Texture { protected: - class Loader: public DataFile::Loader + class Loader: public DataFile::ObjectLoader { - protected: - Texture &tex; - public: Loader(Texture &); void min_filter(TextureFilter);