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