X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=consensus.h;h=faa4e42990316c6f9a441335c531279a8c031ec9;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;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;