diff --git a/in/inlib01.cpp b/in/inlib01.cpp index 3343749c1..326d9636f 100755 --- a/in/inlib01.cpp +++ b/in/inlib01.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include @@ -170,7 +169,7 @@ bool TIntra_mask::on_field_event(TOperable_field& o, TField_event e, long jolly) } } } - return TRUE; + return true; } TIntra_mask::TIntra_mask(const char* name) @@ -399,7 +398,7 @@ bool TGenerazione_mask::genera_riepiloghi() const long items = cur.items(); if (items > 0) { - TProgind pi(items, TR("Lettura movimenti intra..."), TRUE, TRUE); + TProgind pi(items, TR("Lettura movimenti intra..."), true, true); cur.freeze(); for (cur = 0; cur.pos() < items; ++cur) { @@ -427,7 +426,7 @@ bool TGenerazione_mask::genera_riepiloghi() const int riepiloghi = _riep.sort(); if (riepiloghi > 0) { - TProgind pi(riepiloghi, TR("Scrittura riepiloghi intra..."), false, TRUE); + TProgind pi(riepiloghi, TR("Scrittura riepiloghi intra..."), false, true); TLocalisamfile riep(LF_RIEPRETT); riep.put("TIPO", tipo); riep.put("ANNO", anno_r); @@ -464,7 +463,7 @@ bool TGenerazione_mask::genera_riepiloghi() } } - return TRUE; + return true; } TGenerazione_mask::TGenerazione_mask()