X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=a2dd9401256a34c7659800765f8cf25ca56a8313;hb=f9b23e69b63cbbeed8eeb605c0dc491002a4c23b;hp=1c76d63f8ccb4201da8b6429abfad5f37e636b4b;hpb=2b073e0a3808f8ece4b93669395e4b812214cf5d;p=libs%2Fgl.git diff --git a/source/programcompiler.h b/source/programcompiler.h index 1c76d63f..a2dd9401 100644 --- a/source/programcompiler.h +++ b/source/programcompiler.h @@ -27,7 +27,7 @@ private: std::string formatted; unsigned indent; bool parameter_list; - bool else_if; + unsigned else_if; std::string block_interface; Formatter();