X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=progress.hpp;fp=progress.hpp;h=a2ae7d121729d34292e0b88a86d09a2e628a7cdd;hb=197c6d3303439582502840980d6a85cf3aab2314;hp=ae0303cbfeeef2d49c6b6ce5af63d4e5b20f7d70;hpb=3329385a816a97bdde934d98a615865c29eaacad;p=mothur.git diff --git a/progress.hpp b/progress.hpp index ae0303c..a2ae7d1 100644 --- a/progress.hpp +++ b/progress.hpp @@ -8,8 +8,10 @@ using namespace std; class Progress { public: + Progress(); Progress(string, int); void update(int); + void newLine(string, int); void finish(); private: