summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-18 17:15:26 +0000
committerDavid Robillard <d@drobilla.net>2007-02-18 17:15:26 +0000
commit9f9b668025da76c0184c75893548803dd5b56b47 (patch)
tree6fa6fcfb449251e646888026088c3370fca9b21e
parent7f39c0b9d15e8066e064d481a19576570d667465 (diff)
downloadraul-9f9b668025da76c0184c75893548803dd5b56b47.tar.gz
raul-9f9b668025da76c0184c75893548803dd5b56b47.tar.bz2
raul-9f9b668025da76c0184c75893548803dd5b56b47.zip
Build fix for inferior machines.
git-svn-id: http://svn.drobilla.net/lad/raul@312 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--raul/List.h2
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;