diff options
-rw-r--r-- | raul/List.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/List.h b/raul/List.h index 2594b7b..caa4874 100644 --- a/raul/List.h +++ b/raul/List.h @@ -118,7 +118,7 @@ public: inline bool operator!=(const const_iterator& iter) const; friend class List<T>; - //friend class List<T>::const_iterator; + friend class List<T>::const_iterator; private: const List<T>* _list; |