summaryrefslogtreecommitdiff
path: root/src/utils/xml.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-07 17:51:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-07 17:51:56 +0300
commitbd2b67c0d1511a0068dfa3caf90a784fdf6fd3f2 (patch)
tree34749cc1679dc9a4d81652e77ed8aaf775f89882 /src/utils/xml.h
parent328eaa8ded37e86f2575cb2804d1aaa36cdd4a1b (diff)
downloadplus-bd2b67c0d1511a0068dfa3caf90a784fdf6fd3f2.tar.gz
plus-bd2b67c0d1511a0068dfa3caf90a784fdf6fd3f2.tar.bz2
plus-bd2b67c0d1511a0068dfa3caf90a784fdf6fd3f2.tar.xz
plus-bd2b67c0d1511a0068dfa3caf90a784fdf6fd3f2.zip
Dont show some useless errors while loading themes.
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r--src/utils/xml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h
index dd06f8df1..41e11c6b6 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -66,7 +66,8 @@ namespace XML
* resource manager. Logs errors.
*/
explicit Document(const std::string &filename,
- const bool useResman);
+ const bool useResman,
+ const bool skipError);
/**
* Constructor that attempts to load an XML document from memory.