X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fparser.h;h=21d86e9d488d875f6c09d5b9687ba26c9ed1986d;hb=a82fcc462550d63a101aca4313807b1320789a5a;hp=376ccc6cd77fa996d02aeff1aa0baf59aea6167b;hpb=734bc4a781ace5aecd98254ad1b50d52a06af0af;p=libs%2Fgl.git diff --git a/source/glsl/parser.h b/source/glsl/parser.h index 376ccc6c..21d86e9d 100644 --- a/source/glsl/parser.h +++ b/source/glsl/parser.h @@ -60,9 +60,11 @@ private: void preprocess_pragma_msp(); void preprocess_stage(); - RefPtr parse_global_declaration(); + template + RefPtr create_node(); template RefPtr parse_with_recovery(RefPtr (Parser::*)()); + RefPtr parse_global_declaration(); RefPtr parse_statement(); RefPtr parse_import(); RefPtr parse_precision();