aboutsummaryrefslogtreecommitdiff
path: root/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'tree.h')
-rw-r--r--tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tree.h b/tree.h
index b112dcb..f2a7017 100644
--- a/tree.h
+++ b/tree.h
@@ -47,6 +47,7 @@ class Tree
{
public:
Tree();
+ ~Tree();
Node *root;