]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.h
bugs fixes while testing for 1.5 release
[mothur.git] / tree.h
diff --git a/tree.h b/tree.h
index a5259552d8fa09f18d1e81b1776ef94f84724748..c90f51a451461ceca068f743ecefe8fd3e7cba5f 100644 (file)
--- 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