]> git.donarmstrong.com Git - mothur.git/blobdiff - progress.hpp
*** empty log message ***
[mothur.git] / progress.hpp
index ae0303cbfeeef2d49c6b6ce5af63d4e5b20f7d70..a2ae7d121729d34292e0b88a86d09a2e628a7cdd 100644 (file)
@@ -8,8 +8,10 @@ using namespace std;
 class Progress {
        
 public:
+       Progress();
        Progress(string, int);
        void update(int);
+       void newLine(string, int);
        void finish();
        
 private: