summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/source/module/pyuno_impl.hxx')
-rw-r--r--pyuno/source/module/pyuno_impl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx
index 8af2da85639d..a1ac6fbf92fd 100644
--- a/pyuno/source/module/pyuno_impl.hxx
+++ b/pyuno/source/module/pyuno_impl.hxx
@@ -335,8 +335,8 @@ class Adapter : public cppu::WeakImplHelper<
css::script::XInvocation, css::lang::XUnoTunnel >
{
PyRef mWrappedObject;
- PyInterpreterState * const mInterpreter; // interpreters don't seem to be refcounted !
- css::uno::Sequence< css::uno::Type > const mTypes;
+ PyInterpreterState *mInterpreter; // interpreters don't seem to be refcounted !
+ css::uno::Sequence< css::uno::Type > mTypes;
MethodOutIndexMap m_methodOutIndexMap;
private: