X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fparser.h;fp=source%2Fglsl%2Fparser.h;h=376ccc6cd77fa996d02aeff1aa0baf59aea6167b;hb=19a24f859cd7fcf581442319499ae24b3e7385a4;hp=bce9698f7d608a4b3c18417bf2eef1d149f54a81;hpb=d5c7c7f0b15c407b3da2184936e6deed18554c6a;p=libs%2Fgl.git diff --git a/source/glsl/parser.h b/source/glsl/parser.h index bce9698f..376ccc6c 100644 --- a/source/glsl/parser.h +++ b/source/glsl/parser.h @@ -70,7 +70,7 @@ private: template void parse_block(Block &, bool, RefPtr (Parser::*)()); RefPtr parse_expression(unsigned = 0); - RefPtr parse_binary(const RefPtr &, const Operator *); + RefPtr parse_binary(const RefPtr &, const Operator &); RefPtr parse_function_call(const VariableReference &); RefPtr parse_struct_declaration(); RefPtr parse_variable_declaration();