X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftechnique.h;h=6633ad7d6e80abe370aba33838f8ff1062892833;hp=ce12b4f41f0e765c24705f5c94f5d0914c7661c4;hb=745b3030d7fa32c1f6be29548f978af640eb4021;hpb=ceae2a27dfc58310c5bab7e3aa3fedf0fa9a1f49 diff --git a/source/technique.h b/source/technique.h index ce12b4f4..6633ad7d 100644 --- a/source/technique.h +++ b/source/technique.h @@ -25,9 +25,11 @@ public: class Loader: public Msp::DataFile::CollectionObjectLoader { public: + Loader(Technique &); Loader(Technique &, Collection &); private: + void init(); void inherit(const std::string &); void pass(const std::string &); };