From ae250db884dba00df5cca72599b44333cb11e8ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 May 2012 19:21:44 +0000 Subject: Lint. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4388 a436a847-0d15-0410-975c-d299462d15a1 --- raul/List.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul/List.hpp') 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) {} -- cgit v1.2.1