diff options
| -rw-r--r-- | gentoobrowse-api/service/utils/xmlUtils.h | 2 | 
1 files changed, 1 insertions, 1 deletions
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<Glib::ustring> getXPathValue(const Glib::ustring &);  		};  | 
