From 70844e92d15da026e21aefce1ac835140b5a6d1c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 30 Dec 2020 13:41:37 +0000 Subject: Missing explicit on constructor --- gentoobrowse-api/service/utils/xmlUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoobrowse-api/service/utils/xmlUtils.h b/gentoobrowse-api/service/utils/xmlUtils.h index 82584cc..26e5da0 100644 --- a/gentoobrowse-api/service/utils/xmlUtils.h +++ b/gentoobrowse-api/service/utils/xmlUtils.h @@ -9,7 +9,7 @@ namespace Gentoo { namespace Utils { class XmlDoc : public xmlpp::DomParser { public: - XmlDoc(const std::filesystem::path &); + explicit XmlDoc(const std::filesystem::path &); std::optional getXPathValue(const Glib::ustring &); }; -- cgit v1.2.3