From 31138ff7729cbf179079a5e635d3a823e2971f08 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 12 Oct 2018 14:48:15 +0200 Subject: loplugin:constfields in package..registry Change-Id: Ie139490f2b008bf294910d002af711f8f41fe76d Reviewed-on: https://gerrit.libreoffice.org/61727 Tested-by: Jenkins Reviewed-by: Noel Grandin --- registry/tools/options.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'registry/tools') diff --git a/registry/tools/options.hxx b/registry/tools/options.hxx index 7b3bee2ff785..6b6264455037 100644 --- a/registry/tools/options.hxx +++ b/registry/tools/options.hxx @@ -31,7 +31,7 @@ namespace tools { class Options { - std::string m_program; + std::string const m_program; Options (Options const &) = delete; Options & operator= (Options const &) = delete; -- cgit