summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/xml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h
index 41e11c6b6..35e7bb7e6 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -65,9 +65,9 @@ namespace XML
* Constructor that attempts to load the given file through the
* resource manager. Logs errors.
*/
- explicit Document(const std::string &filename,
- const bool useResman,
- const bool skipError);
+ Document(const std::string &filename,
+ const bool useResman,
+ const bool skipError);
/**
* Constructor that attempts to load an XML document from memory.