X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=progress.hpp;h=f4d4fc39eadeb36d44475757b8caf487534e01b9;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=fba393ebb6315c31aceb45fdc049eb39382a63fb;hpb=74c78f9abd9e733f0c2f812efec97a76632fcbf8;p=mothur.git diff --git a/progress.hpp b/progress.hpp index fba393e..f4d4fc3 100644 --- a/progress.hpp +++ b/progress.hpp @@ -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