X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture2d.h;h=35346e0091e2bbc8a24bf827bec4a96d921cbbd8;hb=edd2a01b3c696df8630ac6a97e9b55a95fe7e112;hp=f81231d18466eebf8746cb2cb9a19d552513a3fc;hpb=06b79262c9d455669e93213200d959db5b221dc2;p=libs%2Fgl.git diff --git a/source/texture2d.h b/source/texture2d.h index f81231d1..35346e00 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -18,7 +18,7 @@ most common type of texture. class Texture2D: public Texture { public: - class Loader: public Texture::Loader + class Loader: public Msp::DataFile::DerivedObjectLoader { public: Loader(Texture2D &);