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 bf3c5d87233e..465d3e243666 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:
- inline const css::uno::Reference< css::uno::XComponentContext >& getComponentContext()
+ const css::uno::Reference< css::uno::XComponentContext >& getComponentContext()
{
return m_xContext;
}