summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 16:22:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 17:44:58 +0100
commitcebb74468478a2902d522b38bbedb4a2b536b392 (patch)
tree915de026f0324865641ce9f2ab4f3ffc3141a6b0 /shell/inc
parent8070e2f7c6db94e819c9bf9597b347cfbcf06be4 (diff)
Revert "loplugin:constfields in shell"
This reverts commit ec7e3609917092ee00667c78ff40cd4c2f0adec1. Change-Id: I11aa028f6562f97b0d251d6b326e9aecb45d03de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90415 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/inc')
-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 b9f12a42f64c..aea4240b5c3e 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 const xml_parser_;
+ XML_Parser xml_parser_;
private:
xml_parser(const xml_parser&) = delete;