]> git.donarmstrong.com Git - mothur.git/blobdiff - readtree.h
bugs fixes while testing for 1.5 release
[mothur.git] / readtree.h
index 3df0e0a5f1312aaf3be2ee1f0c35bc5c93afb695..0cdf8b1fb8b426f6e358143e492a7c6cae64146e 100644 (file)
@@ -9,8 +9,6 @@
  *
  */
 
-using namespace std;
-
 #include "mothur.h"
 #include "globaldata.hpp"
 #include "tree.h"
@@ -25,7 +23,7 @@ class Tree;
 class ReadTree {
        public:
                ReadTree(); 
-               ~ReadTree() {};
+               virtual ~ReadTree() {};
                
                virtual int read() = 0;
                int readSpecialChar(istream&, char, string);