summaryrefslogtreecommitdiff
path: root/include/comphelper/proxyaggregation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/proxyaggregation.hxx')
-rw-r--r--include/comphelper/proxyaggregation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/proxyaggregation.hxx b/include/comphelper/proxyaggregation.hxx
index 465d3e243666..585d81010931 100644
--- a/include/comphelper/proxyaggregation.hxx
+++ b/include/comphelper/proxyaggregation.hxx
@@ -88,7 +88,7 @@ namespace comphelper
css::uno::Reference< css::uno::XComponentContext > m_xContext;
protected:
- const css::uno::Reference< css::uno::XComponentContext >& getComponentContext()
+ const css::uno::Reference< css::uno::XComponentContext >& getComponentContext() const
{
return m_xContext;
}