]> git.donarmstrong.com Git - mothur.git/blobdiff - commandoptionparser.hpp
changes while testing
[mothur.git] / commandoptionparser.hpp
index 44df8f7619a0e8cb4ab39717934c04524337c346..0c3a6f378b02a1b86c5f4cad5a52302c239b7877 100644 (file)
@@ -2,6 +2,7 @@
 #define COMMANDOPTIONPARSER_HPP
 
 #include "mothur.h"
+#include "mothurout.h"
 
 //**********************************************************************************************************************
 
@@ -13,6 +14,7 @@ public:
        
 private:
        string commandString, optionString;
+       MothurOut* m;
 };
 
 //**********************************************************************************************************************