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