X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandfactory.hpp;h=e1f62da1444022618454df7078180ed488edf325;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=d84be62a074dde5dc29b8006a636bd7b67b9607d;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/commandfactory.hpp b/commandfactory.hpp index d84be62..e1f62da 100644 --- a/commandfactory.hpp +++ b/commandfactory.hpp @@ -11,6 +11,7 @@ */ #include "mothur.h" +#include "mothurout.h"; class Command; @@ -27,6 +28,7 @@ public: private: Command* command; + MothurOut* m; map commands; map::iterator it; string outputDir, inputDir;