diff options
Diffstat (limited to 'include/salhelper')
-rw-r--r-- | include/salhelper/simplereferenceobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/simplereferenceobject.hxx b/include/salhelper/simplereferenceobject.hxx index e21797ce91be..6671d92ad3b4 100644 --- a/include/salhelper/simplereferenceobject.hxx +++ b/include/salhelper/simplereferenceobject.hxx @@ -89,7 +89,7 @@ public: static void operator delete(void * pPtr, std::nothrow_t const & rNothrow); protected: - virtual ~SimpleReferenceObject(); + virtual ~SimpleReferenceObject() COVERITY_NOEXCEPT_FALSE; private: oslInterlockedCount m_nCount; |