aboutsummaryrefslogtreecommitdiff
path: root/common/map.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-09-10 08:26:52 +0000
committerPaweł Kołodziejski2002-09-10 08:26:52 +0000
commite6a2c598431d6f908ee7e704f03574e3be46b7ae (patch)
treea826cb8904bbdce3a60ab3fb6a4dd22f7a231af0 /common/map.h
parentdcf05149fedfcea95ecc4ef1c75d229497d94d48 (diff)
downloadscummvm-rg350-e6a2c598431d6f908ee7e704f03574e3be46b7ae.tar.gz
scummvm-rg350-e6a2c598431d6f908ee7e704f03574e3be46b7ae.tar.bz2
scummvm-rg350-e6a2c598431d6f908ee7e704f03574e3be46b7ae.zip
fixed compilation, but not sure about this
svn-id: r4921
Diffstat (limited to 'common/map.h')
-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: