X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Foutput.h;h=ef9369876b46c00221ad6e33093c6e76153fee93;hp=6bdb1ab76d054ce64d7fd250590ebc44c762f41b;hb=dfcf8ebc329b79c369b88bdbeb982480aa5fc12a;hpb=48461f515f2619ab480b4d6c1d61deaf91e73854 diff --git a/source/glsl/output.h b/source/glsl/output.h index 6bdb1ab7..ef936987 100644 --- a/source/glsl/output.h +++ b/source/glsl/output.h @@ -20,6 +20,7 @@ private: unsigned indent; bool parameter_list; bool omit_builtin; + bool r_empty_name; public: Formatter();