From a614273cf0526df1eb23fdc0025936b56120dfde Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 2 Apr 2008 02:15:47 +0000 Subject: Oops forgot to enable friend statement. svn-id: r31358 --- common/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/list.h b/common/list.h index 29e02188d7..2fe07a5ccc 100644 --- a/common/list.h +++ b/common/list.h @@ -54,7 +54,7 @@ public: template class Iterator { - //template friend class Iterator; + template friend class Iterator; friend class List; NodeBase *_node; -- cgit v1.2.3