summaryrefslogtreecommitdiff
path: root/src/Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tree.h')
-rw-r--r--src/Tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tree.h b/src/Tree.h
index 41ae613..938353b 100644
--- a/src/Tree.h
+++ b/src/Tree.h
@@ -13,7 +13,7 @@ class Tree
{
public:
Tree(const AbstractNode *root = NULL) : root_node(root) {}
- ~Tree() {}
+ ~Tree();
void setRoot(const AbstractNode *root);
const AbstractNode *root() const { return this->root_node; }
contact: Jan Huwald // Impressum