summaryrefslogtreecommitdiff
path: root/include/uno/dispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/uno/dispatcher.hxx')
-rw-r--r--include/uno/dispatcher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index bfd00d46b374..f23268e55593 100644
--- a/include/uno/dispatcher.hxx
+++ b/include/uno/dispatcher.hxx
@@ -59,7 +59,7 @@ public:
inline UnoInterfaceReference( UnoInterfaceReference const & ref );
#if defined LIBO_INTERNAL_ONLY
- UnoInterfaceReference(UnoInterfaceReference && other):
+ UnoInterfaceReference(UnoInterfaceReference && other) noexcept :
m_pUnoI(other.m_pUnoI)
{ other.m_pUnoI = nullptr; }
#endif