summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-20 11:02:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-20 11:02:24 +0200
commitf6766271b361fe18a299df23cb0b6d67467f70d5 (patch)
tree340c98277935f18b4d33af531153723bc4b3ef31
parentexternal/liborcus: Mark patch as upstreamed (diff)
downloadcore-f6766271b361fe18a299df23cb0b6d67467f70d5.tar.gz
core-f6766271b361fe18a299df23cb0b6d67467f70d5.zip
Mark new exported function as SAL_CALL
...for consistency with existing exported functions Change-Id: Ib513dc8ce4dbf4e614f5453f2bbd32dcac4b8666
-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 250bb8154c1c..d57cd2b43d12 100644
--- a/include/cppuhelper/weakref.hxx
+++ b/include/cppuhelper/weakref.hxx
@@ -86,7 +86,7 @@ public:
WeakReferenceHelper & SAL_CALL operator = ( const WeakReferenceHelper & rWeakRef );
#if defined LIBO_INTERNAL_ONLY
- WeakReferenceHelper & operator =(WeakReferenceHelper && other);
+ WeakReferenceHelper & SAL_CALL operator =(WeakReferenceHelper && other);
#endif
/** Releases this reference and takes over hard reference xInt.