diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-08 13:07:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-09 08:10:49 +0200 |
commit | ec7e3609917092ee00667c78ff40cd4c2f0adec1 (patch) | |
tree | cf7f64709a6e76ab27d7b14a6902c83a73246d27 /shell/source/tools/lngconvex/cmdline.hxx | |
parent | 8411b80d46765f1ddd4e37aa634ec963dcf4b04f (diff) |
loplugin:constfields in shell
Change-Id: Ib30c45bddcc58fcd0fec8b160eb925349e801df7
Reviewed-on: https://gerrit.libreoffice.org/61551
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/source/tools/lngconvex/cmdline.hxx')
-rw-r--r-- | shell/source/tools/lngconvex/cmdline.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/tools/lngconvex/cmdline.hxx b/shell/source/tools/lngconvex/cmdline.hxx index 04cb7101aee0..166766ac3e3f 100644 --- a/shell/source/tools/lngconvex/cmdline.hxx +++ b/shell/source/tools/lngconvex/cmdline.hxx @@ -69,8 +69,8 @@ private: static bool is_arg_name(const std::string& Argument); private: - size_t m_argc; - char** m_argv; + size_t const m_argc; + char** const m_argv; // prevent copy and assignment private: |