summaryrefslogtreecommitdiffstats
path: root/raul/List.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/List.hpp')
-rw-r--r--raul/List.hpp2
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)
{}