X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=consensus.h;h=faa4e42990316c6f9a441335c531279a8c031ec9;hp=630ee8d527e0abe2e9456f4f663ea041d25aa728;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=82723a54e6109e2d46d84c10e87727cebd5a18ea diff --git a/consensus.h b/consensus.h index 630ee8d..faa4e42 100644 --- a/consensus.h +++ b/consensus.h @@ -25,7 +25,7 @@ public: Consensus() { m = MothurOut::getInstance(); } ~Consensus() {} - Tree* getTree(vector&, TreeMap*); + Tree* getTree(vector&); private: MothurOut* m;