]> git.donarmstrong.com Git - mothur.git/blobdiff - progress.hpp
fixed some bugs
[mothur.git] / progress.hpp
index ae0303cbfeeef2d49c6b6ce5af63d4e5b20f7d70..fba393ebb6315c31aceb45fdc049eb39382a63fb 100644 (file)
@@ -3,13 +3,13 @@
 
 #include "mothur.h"
 
-using namespace std;
-
 class Progress {
        
 public:
+       Progress();
        Progress(string, int);
        void update(int);
+       void newLine(string, int);
        void finish();
        
 private: