aboutsummaryrefslogtreecommitdiffhomepage
path: root/rbtree.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-11 04:03:14 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-11 04:03:14 +0100
commit46316ece115c100a8146303957a3bec07a1d2dde (patch)
tree9486c8e0a2b623a7db36af8840cfce5a489e2b90 /rbtree.h
parentd6593762d97bf44f3a398dc4fae714a9e20a24b2 (diff)
Q-Register table and EQx command
Diffstat (limited to 'rbtree.h')
-rw-r--r--rbtree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbtree.h b/rbtree.h
index 6c54f92..f4831ce 100644
--- a/rbtree.h
+++ b/rbtree.h
@@ -8,7 +8,7 @@
#include "undo.h"
class RBTree {
-protected:
+public:
class RBEntry;
private:
@@ -16,7 +16,7 @@ private:
RB_PROTOTYPE_INTERNAL(Tree, RBEntry, nodes, /* unused */, static);
-protected:
+public:
class RBEntry {
public:
RB_ENTRY(RBEntry) nodes;