]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.h
fixed memory leak in parsimony calculator and added progress bars to parsimony and...
[mothur.git] / tree.h
diff --git a/tree.h b/tree.h
index d6a3b556f09ca251a2cbad64e07c0187dd50e6b4..ac57a4a8168701e5d9f285537a8550de3f946bfa 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -20,7 +20,7 @@ using namespace std;
 class Tree {
 public: 
        Tree();         //to generate a tree from a file
-       ~Tree() {};
+       ~Tree();
        
        
        void getCopy(Tree*);  //makes tree a copy of the one passed in.