summaryrefslogtreecommitdiff
path: root/src/utils/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r--src/utils/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h
index c8c15a719..dd06f8df1 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -66,7 +66,7 @@ namespace XML
* resource manager. Logs errors.
*/
explicit Document(const std::string &filename,
- const bool useResman = true);
+ const bool useResman);
/**
* Constructor that attempts to load an XML document from memory.