diff options
Diffstat (limited to 'include/comphelper/enumhelper.hxx')
-rw-r--r-- | include/comphelper/enumhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/enumhelper.hxx b/include/comphelper/enumhelper.hxx index 67b21df92b0f..2de51f332782 100644 --- a/include/comphelper/enumhelper.hxx +++ b/include/comphelper/enumhelper.hxx @@ -45,7 +45,7 @@ class COMPHELPER_DLLPUBLIC OEnumerationByName : private OEnumerationLock , public ::cppu::WeakImplHelper< css::container::XEnumeration , css::lang::XEventListener > { - css::uno::Sequence< OUString > m_aNames; + css::uno::Sequence< OUString > const m_aNames; sal_Int32 m_nPos; css::uno::Reference< css::container::XNameAccess > m_xAccess; bool m_bListening; |