summaryrefslogtreecommitdiff
path: root/include/cppuhelper/weakref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/weakref.hxx')
-rw-r--r--include/cppuhelper/weakref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/weakref.hxx b/include/cppuhelper/weakref.hxx
index 8a94145998fa..ff4d034cac46 100644
--- a/include/cppuhelper/weakref.hxx
+++ b/include/cppuhelper/weakref.hxx
@@ -174,7 +174,7 @@ public:
#if defined LIBO_INTERNAL_ONLY
WeakReference & SAL_CALL operator = (
- const css::uno::Reference< interface_type > && xInt )
+ css::uno::Reference< interface_type > && xInt )
{ WeakReferenceHelper::operator=(std::move(xInt)); return *this; }
#endif