X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fparser.h;fp=source%2Fglsl%2Fparser.h;h=bd5641399557cc4655d818d88fd1e0d85be37a43;hb=1476e64621ecbd7b17b00ae2c958322fd39918de;hp=13ec0ab9a1f8de2f0acdd279e3a4bef1ed35403e;hpb=9229a3e70dace406d897148857ed6567986c3bcd;p=libs%2Fgl.git diff --git a/source/glsl/parser.h b/source/glsl/parser.h index 13ec0ab9..bd564139 100644 --- a/source/glsl/parser.h +++ b/source/glsl/parser.h @@ -70,7 +70,7 @@ private: RefPtr parse_layout(); template void parse_block(Block &, bool, RefPtr (Parser::*)()); - RefPtr parse_expression(unsigned = 0); + RefPtr parse_expression(const Operator * = 0); RefPtr parse_literal(); RefPtr parse_binary(const RefPtr &, const Operator &); RefPtr parse_function_call(const VariableReference &);