From 2518d7370a42b2e8c749f0219dcf54a790d0591e Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 24 Jul 2001 13:09:46 +0000 Subject: [PATCH] * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator a friend of cl_heap_hashtable. --- src/base/hash/cl_hash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/hash/cl_hash.h b/src/base/hash/cl_hash.h index 6a9f14e..d0550d6 100644 --- a/src/base/hash/cl_hash.h +++ b/src/base/hash/cl_hash.h @@ -17,6 +17,7 @@ template struct _cl_hashtable_iterator; template struct cl_heap_hashtable : public cl_heap { + friend struct _cl_hashtable_iterator; protected: typedef struct htxentry { long next; // > 0: pseudo-list continues at next-1