From 9f9b668025da76c0184c75893548803dd5b56b47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Feb 2007 17:15:26 +0000 Subject: Build fix for inferior machines. git-svn-id: http://svn.drobilla.net/lad/raul@312 a436a847-0d15-0410-975c-d299462d15a1 --- raul/List.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; - //friend class List::const_iterator; + friend class List::const_iterator; private: const List* _list; -- cgit v1.2.1