X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=progress.hpp;h=f4d4fc39eadeb36d44475757b8caf487534e01b9;hp=a2ae7d121729d34292e0b88a86d09a2e628a7cdd;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=197c6d3303439582502840980d6a85cf3aab2314 diff --git a/progress.hpp b/progress.hpp index a2ae7d1..f4d4fc3 100644 --- a/progress.hpp +++ b/progress.hpp @@ -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