X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=progress.hpp;h=f4d4fc39eadeb36d44475757b8caf487534e01b9;hp=fba393ebb6315c31aceb45fdc049eb39382a63fb;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=74c78f9abd9e733f0c2f812efec97a76632fcbf8 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