summaryrefslogtreecommitdiff
path: root/src/utils/xml.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-06 23:27:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-06 23:27:42 +0300
commit2bca0787182eb1637cd82fc246bc19578e90ca09 (patch)
tree046bc50c0cf38c3f7ad86798556a723e62df5a68 /src/utils/xml.h
parent6c9ef6af1b72b74b9ab94cc1c1349c3cd70c8be6 (diff)
downloadplus-2bca0787182eb1637cd82fc246bc19578e90ca09.tar.gz
plus-2bca0787182eb1637cd82fc246bc19578e90ca09.tar.bz2
plus-2bca0787182eb1637cd82fc246bc19578e90ca09.tar.xz
plus-2bca0787182eb1637cd82fc246bc19578e90ca09.zip
Add strong typed bool type SkipError.
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 f8d531963..fdefc1682 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -69,7 +69,7 @@ namespace XML
*/
Document(const std::string &filename,
const UseResman useResman,
- const bool skipError);
+ const SkipError skipError);
/**
* Constructor that attempts to load an XML document from memory.