summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-06 16:20:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-06 16:20:45 +0100
commita7efdb18d264d4cadf470d2f355086cbd6f29ff4 (patch)
tree03f7095ebd699f91265868afbb45c75c1f897fb6 /include/rtl
parentf15d11a9f8d6c783fd8c937256fa3372f8e4fe01 (diff)
Best avoid SAL_CALL cargo-cult for new inline functions
Change-Id: Ifeaddeac673366b4eacc55ce6f2a74a2553ac927
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/ref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/ref.hxx b/include/rtl/ref.hxx
index 82dda83eba75..3ffcfc049c15 100644
--- a/include/rtl/ref.hxx
+++ b/include/rtl/ref.hxx
@@ -122,7 +122,7 @@ public:
* set the body represented by the handle to nullptr.
*/
inline Reference<reference_type> &
- SAL_CALL operator= (Reference<reference_type> && handle)
+ operator= (Reference<reference_type> && handle)
{
// self-movement guts ourself
if (m_pBody)