X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Foutput.h;h=ef9369876b46c00221ad6e33093c6e76153fee93;hb=dfcf8ebc329b79c369b88bdbeb982480aa5fc12a;hp=6bdb1ab76d054ce64d7fd250590ebc44c762f41b;hpb=a4cd67f1c9f1f375bacacfbb421d40f78a22644b;p=libs%2Fgl.git 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();