From 4cbe0bc744a18f385f85eee2c2e3dbb30b9358df Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 2 Jul 2023 21:57:22 +0200 Subject: [PATCH] Cleanup: missing explicit. --- src/cxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2