From 8e6ab5769035e3bde5ebd861c14f09b7a7b95dcc Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Fri, 29 Jan 2016 10:11:01 +0100
Subject: [PATCH] md [BL] added explicit keyword

---
 BaseLib/ConfigTreeNew.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BaseLib/ConfigTreeNew.h b/BaseLib/ConfigTreeNew.h
index dab5e2a33f0..b81ca7feb6a 100644
--- a/BaseLib/ConfigTreeNew.h
+++ b/BaseLib/ConfigTreeNew.h
@@ -152,8 +152,8 @@ public:
         // This table: http://en.cppreference.com/w/cpp/compiler_support
         // says that since MSVC 14.0 inheriting of constructors is supported.
         //! Inherit the constructor
-        ParameterIterator(Iterator it, std::string const& root,
-                          ConfigTreeNew const& parent)
+        explicit ParameterIterator(Iterator it, std::string const& root,
+                                   ConfigTreeNew const& parent)
             : SubtreeIterator(it, root, parent)
         {}
 #else
-- 
GitLab