diff options
Diffstat (limited to 'common/list.h')
-rw-r--r-- | common/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 t_T2> class Iterator { - //template<class T> friend class Iterator; + template<class T> friend class Iterator; friend class List<t_T>; NodeBase *_node; |