X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=consensus.h;h=faa4e42990316c6f9a441335c531279a8c031ec9;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=630ee8d527e0abe2e9456f4f663ea041d25aa728;hpb=82723a54e6109e2d46d84c10e87727cebd5a18ea;p=mothur.git 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;