include/cppuhelper/weakref.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f6766271b361fe18a299df23cb0b6d67467f70d5 Author: Stephan Bergmann <[email protected]> Date: Tue Sep 20 11:02:24 2016 +0200 Mark new exported function as SAL_CALL ...for consistency with existing exported functions Change-Id: Ib513dc8ce4dbf4e614f5453f2bbd32dcac4b8666 diff --git a/include/cppuhelper/weakref.hxx b/include/cppuhelper/weakref.hxx index 250bb81..d57cd2b 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
