X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=fea7a73fb78c3e8a0b68d12c7a9aa25f73018840;hp=6b1e1cdafe79f9be2ad0df6858cd89b95942e859;hb=eb6a546dcffc1b67f0a23d8b075fbdc86a2872a0;hpb=ed2d1c8c5ac065751a7887b178b4499007c1ffe4 diff --git a/source/programcompiler.h b/source/programcompiler.h index 6b1e1cda..fea7a73f 100644 --- a/source/programcompiler.h +++ b/source/programcompiler.h @@ -376,8 +376,9 @@ private: public: ProgramCompiler(); - void compile(const std::string &); - void compile(IO::Base &, Resources * = 0); + void compile(const std::string &, const std::string & = ""); + void compile(IO::Base &, Resources * = 0, const std::string & = ""); + void compile(IO::Base &, const std::string &); void add_shaders(Program &); private: