summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/enumhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/enumhelper.hxx b/include/comphelper/enumhelper.hxx
index fb26de48971d..91e8af5b8f9a 100644
--- a/include/comphelper/enumhelper.hxx
+++ b/include/comphelper/enumhelper.hxx
@@ -48,8 +48,8 @@ class COMPHELPER_DLLPUBLIC OEnumerationByName final :
std::mutex m_aLock;
public:
- OEnumerationByName(const css::uno::Reference< css::container::XNameAccess > _xAccess);
- OEnumerationByName(const css::uno::Reference< css::container::XNameAccess > _xAccess,
+ OEnumerationByName(css::uno::Reference< css::container::XNameAccess > _xAccess);
+ OEnumerationByName(css::uno::Reference< css::container::XNameAccess > _xAccess,
std::vector<OUString> _aNames );
virtual ~OEnumerationByName() override;