summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 837c9db..9a71889 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -245,7 +245,7 @@ class Document : public Node
{
public:
Document ();
- Document (std::string root_name);
+ explicit Document(std::string root_name);
Document (std::string root_name, boost::filesystem::path);
Document (Document const&) = delete;