summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-09 11:44:37 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-09 11:44:37 +0300
commit49540a3cac67413e8639ba371782e3635ece74df (patch)
tree1787719bfa551c151be5e72de873a638ad46ab71 /src/utils
parent5427c348b135df91731e60b76015bc4051933e55 (diff)
downloadplus-49540a3cac67413e8639ba371782e3635ece74df.tar.gz
plus-49540a3cac67413e8639ba371782e3635ece74df.tar.bz2
plus-49540a3cac67413e8639ba371782e3635ece74df.tar.xz
plus-49540a3cac67413e8639ba371782e3635ece74df.zip
Fix code style.
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.