aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/rbtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rbtree.cpp')
-rw-r--r--src/rbtree.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rbtree.cpp b/src/rbtree.cpp
index 1c82f34..4fe7c16 100644
--- a/src/rbtree.cpp
+++ b/src/rbtree.cpp
@@ -23,4 +23,8 @@
#include "rbtree.h"
+namespace SciTECO {
+
RB_GENERATE(RBTree::Tree, RBTree::RBEntry, nodes, RBTree::compare_entries);
+
+} /* namespace SciTECO */