summaryrefslogtreecommitdiff
path: root/shell/inc/xml_parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/xml_parser.hxx')
-rw-r--r--shell/inc/xml_parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/xml_parser.hxx b/shell/inc/xml_parser.hxx
index 3ef5ada394ac..859d07fd050e 100644
--- a/shell/inc/xml_parser.hxx
+++ b/shell/inc/xml_parser.hxx
@@ -97,7 +97,7 @@ private:
private:
i_xml_parser_event_handler* document_handler_;
- XML_Parser xml_parser_;
+ XML_Parser const xml_parser_;
private:
xml_parser(const xml_parser&) = delete;