X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tree.h;h=c90f51a451461ceca068f743ecefe8fd3e7cba5f;hb=ac1da2a793271cb67f2a2155c5558e1fabdd6aba;hp=a5259552d8fa09f18d1e81b1776ef94f84724748;hpb=fe346922fe0af5b1a025beacb211078d37598fd4;p=mothur.git diff --git a/tree.h b/tree.h index a525955..c90f51a 100644 --- a/tree.h +++ b/tree.h @@ -59,7 +59,7 @@ private: //this is required in case user has sequences in the names file that are //not included in the tree. //only takes names from the first tree in the tree file and assumes that all trees use the same names. - void readTreeString(ifstream&); + int readTreeString(ifstream&); }; #endif