diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-09 11:44:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-09 11:44:37 +0300 |
commit | 49540a3cac67413e8639ba371782e3635ece74df (patch) | |
tree | 1787719bfa551c151be5e72de873a638ad46ab71 /src/utils | |
parent | 5427c348b135df91731e60b76015bc4051933e55 (diff) | |
download | plus-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.h | 6 |
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. |