X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=progress_bar.h;h=ec9e4eb5e07cb184cf1011b1644d89fcb4dd926b;hp=4449fddcd0bf1ebf895445b0763a80b350be32c6;hb=cd28e9c7489bae20e3abf67331efd1cab45d83df;hpb=71a84ea2658cd96726bcf4e582010c24bf2583cf diff --git a/progress_bar.h b/progress_bar.h index 4449fdd..ec9e4eb 100644 --- a/progress_bar.h +++ b/progress_bar.h @@ -35,10 +35,10 @@ using namespace std; #include "misc.h" class ProgressBar { + const static int width = 80; bool _visible; scalar_t _value_max, _last_step; time_t _initial_time; - const static int _width; public: ProgressBar(); void set_visible(bool visible);