]> git.donarmstrong.com Git - mothur.git/blobdiff - readtree.h
changes to blastdb to make filenames given to blast unique, changes to split.abund...
[mothur.git] / readtree.h
index 15597bafbfd64eb88c2f4304aff0fb9b78ac60ea..540f80cfa731ab2102fa0a8908737321f73a5cba 100644 (file)
@@ -9,10 +9,8 @@
  *
  */
 
-using namespace std;
-
+#include "mothur.h"
 #include "globaldata.hpp"
-#include "utilities.hpp"
 #include "tree.h"
 
 #define MAX_LINE               513
@@ -25,7 +23,7 @@ class Tree;
 class ReadTree {
        public:
                ReadTree(); 
-               ~ReadTree() {};
+               virtual ~ReadTree() {};
                
                virtual int read() = 0;
                int readSpecialChar(istream&, char, string);
@@ -35,6 +33,7 @@ class ReadTree {
        protected:
                GlobalData* globaldata;
                int numNodes, numLeaves;
+               MothurOut* m;
                
                
 };