diff options
author | David Robillard <d@drobilla.net> | 2012-05-13 19:21:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-13 19:21:44 +0000 |
commit | ae250db884dba00df5cca72599b44333cb11e8ac (patch) | |
tree | 36080ce6891c832a9d2cad72ef7391e2f32ea7c5 /raul/List.hpp | |
parent | ea09cab085bcdf91f8e47195a9997a36a305c471 (diff) | |
download | raul-ae250db884dba00df5cca72599b44333cb11e8ac.tar.gz raul-ae250db884dba00df5cca72599b44333cb11e8ac.tar.bz2 raul-ae250db884dba00df5cca72599b44333cb11e8ac.zip |
Lint.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4388 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/List.hpp')
-rw-r--r-- | raul/List.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/List.hpp b/raul/List.hpp index 62f3f1c..3e1d49e 100644 --- a/raul/List.hpp +++ b/raul/List.hpp @@ -105,7 +105,7 @@ public: , _listnode(NULL) {} - const_iterator(const iterator& i) + explicit const_iterator(const iterator& i) : _list(i._list) , _listnode(i._listnode) {} |