diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-20 11:02:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-20 11:02:24 +0200 |
commit | f6766271b361fe18a299df23cb0b6d67467f70d5 (patch) | |
tree | 340c98277935f18b4d33af531153723bc4b3ef31 /include/cppuhelper | |
parent | 480edfceca5470eb4fe9f11c9535645872ee4bd6 (diff) |
Mark new exported function as SAL_CALL
...for consistency with existing exported functions
Change-Id: Ib513dc8ce4dbf4e614f5453f2bbd32dcac4b8666
Diffstat (limited to 'include/cppuhelper')
-rw-r--r-- | include/cppuhelper/weakref.hxx | 2 |
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. |