diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-12 14:48:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-13 07:43:45 +0200 |
commit | 31138ff7729cbf179079a5e635d3a823e2971f08 (patch) | |
tree | 4d05cd7f9aa57e8fb0a52002352a25259345d03f /pyuno | |
parent | 67bf520af2448e15802a5c0af977f3e1e7edb1bf (diff) |
loplugin:constfields in package..registry
Change-Id: Ie139490f2b008bf294910d002af711f8f41fe76d
Reviewed-on: https://gerrit.libreoffice.org/61727
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_impl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx index 73acabdf4a16..8175888e400a 100644 --- a/pyuno/source/module/pyuno_impl.hxx +++ b/pyuno/source/module/pyuno_impl.hxx @@ -336,8 +336,8 @@ class Adapter : public cppu::WeakImplHelper< css::script::XInvocation, css::lang::XUnoTunnel > { PyRef mWrappedObject; - PyInterpreterState *mInterpreter; // interpreters don't seem to be refcounted ! - css::uno::Sequence< css::uno::Type > mTypes; + PyInterpreterState * const mInterpreter; // interpreters don't seem to be refcounted ! + css::uno::Sequence< css::uno::Type > const mTypes; MethodOutIndexMap m_methodOutIndexMap; private: |