automatic commit
[folded-ctf.git] / progress_bar.h
index 50aa7c4..ec9e4eb 100644 (file)
@@ -12,7 +12,9 @@
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
@@ -33,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);