X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=818e72be1174d4a0464bc91b5a691d8f54efd602;hb=927a1aa0a3a27e463ec0efc08bd08e7c4e969909;hp=ad37fb65bfca60d51094e741732faf274da7e1ef;hpb=76e338af116120d93d082ad247591ec9adad9233;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index ad37fb65..818e72be 100644 --- a/source/program.h +++ b/source/program.h @@ -10,7 +10,7 @@ Distributed under the LGPL #include #include -#include +#include #include "gl.h" #include "types.h" @@ -30,11 +30,8 @@ private: static const Program *cur_prog; public: - class Loader: public DataFile::Loader + class Loader: public DataFile::ObjectLoader { - private: - Program &prog; - public: Loader(Program &);