X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=optionparser.h;fp=optionparser.h;h=7707e739ce15d7e0dd6657bc08a288222dfbdbb0;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=dab14debe385472c35f5f405aa8e12b8b1dabcf0;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/optionparser.h b/optionparser.h index dab14de..7707e73 100644 --- a/optionparser.h +++ b/optionparser.h @@ -13,6 +13,7 @@ #include "mothur.h" +#include "mothurout.h" /***********************************************************************/ @@ -24,6 +25,7 @@ public: map getParameters(); private: map parameters; + MothurOut* m; }; /***********************************************************************/