]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programcompiler.h
Check if blocks need braces at formatting time
[libs/gl.git] / source / programcompiler.h
index 1c76d63f8ccb4201da8b6429abfad5f37e636b4b..a2dd9401256a34c7659800765f8cf25ca56a8313 100644 (file)
@@ -27,7 +27,7 @@ private:
                std::string formatted;
                unsigned indent;
                bool parameter_list;
-               bool else_if;
+               unsigned else_if;
                std::string block_interface;
 
                Formatter();