From ffeffa2314dbe03e0ced58e0c465760b54908690 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Apr 2013 17:55:36 +0300 Subject: fix cide style. Add explicit keyword to some constructors. --- src/utils/xml.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/xml.h b/src/utils/xml.h index a0ce23d07..43065fa62 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -65,7 +65,8 @@ namespace XML * Constructor that attempts to load the given file through the * resource manager. Logs errors. */ - Document(const std::string &filename, const bool useResman = true); + explicit Document(const std::string &filename, + const bool useResman = true); /** * Constructor that attempts to load an XML document from memory. -- cgit v1.2.3-70-g09d2