Skip to content
Snippets Groups Projects
Commit 8e6ab576 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

md [BL] added explicit keyword

parent 2b4dbf12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment