From e6a2c598431d6f908ee7e704f03574e3be46b7ae Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Tue, 10 Sep 2002 08:26:52 +0000 Subject: fixed compilation, but not sure about this svn-id: r4921 --- common/map.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/map.h') 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: -- cgit v1.2.3