From c54287eafe8435e71634df3957cd5e30b97bb6a6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 8 May 2006 15:15:13 +0000 Subject: * GCC 2.95 compatibility. --- src/libutil/aterm-map.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libutil/aterm-map.hh b/src/libutil/aterm-map.hh index 078617a7d6..203b42934a 100644 --- a/src/libutil/aterm-map.hh +++ b/src/libutil/aterm-map.hh @@ -89,6 +89,8 @@ public: } }; + friend class ATermMap::const_iterator; + const_iterator begin() const { unsigned int i = 0; -- cgit 1.4.1