automatic commit
[folded-ctf.git] / progress_bar.h
index 4449fdd..ec9e4eb 100644 (file)
@@ -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);