]> git.donarmstrong.com Git - mothur.git/blobdiff - progress.hpp
working on pam
[mothur.git] / progress.hpp
index a2ae7d121729d34292e0b88a86d09a2e628a7cdd..f4d4fc39eadeb36d44475757b8caf487534e01b9 100644 (file)
@@ -2,8 +2,7 @@
 #define PROGRESS_H
 
 #include "mothur.h"
-
-using namespace std;
+#include "mothurout.h"
 
 class Progress {
        
@@ -16,7 +15,8 @@ public:
        
 private:
        int nTicks;
-       int finalPos;   
+       int finalPos;
+       MothurOut* m;   
 };
 
 #endif