]> git.donarmstrong.com Git - mothur.git/blobdiff - readtree.h
moved utilities out of mothur.h and into mothurOut class.
[mothur.git] / readtree.h
index 540f80cfa731ab2102fa0a8908737321f73a5cba..0c368337a85954a94750fdba504103cccbe9057f 100644 (file)
@@ -43,7 +43,7 @@ class ReadTree {
 class ReadNewickTree : public ReadTree {
        
 public:
-       ReadNewickTree(string file) : treeFile(file) { openInputFile(file, filehandle); readOk = 0; } 
+       ReadNewickTree(string file) : treeFile(file) { m->openInputFile(file, filehandle); readOk = 0; } 
        ~ReadNewickTree() {};
        int read();