X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listotulabelscommand.h;h=d38091464654a635c5c03dc964ed8fe4fe0b73df;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=b1150a8f828ad5f8bdb26931732b9288d017672e;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/listotulabelscommand.h b/listotulabelscommand.h index b1150a8..d380914 100644 --- a/listotulabelscommand.h +++ b/listotulabelscommand.h @@ -12,6 +12,7 @@ #include "command.hpp" #include "sharedrabundvector.h" +#include "listvector.hpp" /**************************************************************************************************/ @@ -36,13 +37,14 @@ public: private: bool abort, allLines; - string outputDir, sharedfile, relabundfile, label, inputFileName, format; + string outputDir, sharedfile, relabundfile, label, inputFileName, format, listfile; vector outputNames; vector Groups; set labels; int createList(vector&); int createList(vector&); + int createList(ListVector*&); };