aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/map.h b/common/map.h
index 3a7c0786bd..6e1a67e954 100644
--- a/common/map.h
+++ b/common/map.h
@@ -39,8 +39,9 @@ protected:
Node *_root;
Node *_header;
-
+ public:
class Iterator {
+ protected:
Node *_node;
public: