diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-07 17:35:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-07 17:35:02 +0300 |
commit | 328eaa8ded37e86f2575cb2804d1aaa36cdd4a1b (patch) | |
tree | 76f605440589ba9a9da29e46f9f7a5a951016263 /src/utils/xml.h | |
parent | 664131c51126d33e6e1fca7d9da09bc67016e450 (diff) | |
download | plus-328eaa8ded37e86f2575cb2804d1aaa36cdd4a1b.tar.gz plus-328eaa8ded37e86f2575cb2804d1aaa36cdd4a1b.tar.bz2 plus-328eaa8ded37e86f2575cb2804d1aaa36cdd4a1b.tar.xz plus-328eaa8ded37e86f2575cb2804d1aaa36cdd4a1b.zip |
Remove optional parameter from xml document constructor.
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r-- | src/utils/xml.h | 2 |
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. |