X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogrambuilder.h;h=62d8e07a087f7cebca651ee00b78a947131f96f0;hp=9ca9c8539b54c1046a2d97b29e7b854506c128d2;hb=cb91a6133e1671a4d51a39429ccb35726da9be0d;hpb=58e3368ddb21de5c4bc6e208440de369fe4876f1 diff --git a/source/programbuilder.h b/source/programbuilder.h index 9ca9c853..62d8e07a 100644 --- a/source/programbuilder.h +++ b/source/programbuilder.h @@ -147,7 +147,7 @@ private: static MatchType name_match(const char *, const char *, const char ** = 0); static bool parse_identifier(const char *, unsigned &, unsigned &); static std::vector extract_identifiers(const char *); - static std::string replace_identifiers(const char *, const std::map &); + static std::string replace_identifiers(const char *, const std::map &, bool = false); std::string create_expression(const ShaderVariable &, const char * = 0) const; };