diff options
Diffstat (limited to 'include/cppuhelper')
-rw-r--r-- | include/cppuhelper/weak.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx index cddd79590592..8c8126e47a54 100644 --- a/include/cppuhelper/weak.hxx +++ b/include/cppuhelper/weak.hxx @@ -51,7 +51,7 @@ protected: Despite the fact that a RuntimeException is allowed to be thrown, you must not throw any exception upon destruction! */ - virtual ~OWeakObject(); + virtual ~OWeakObject() COVERITY_NOEXCEPT_FALSE; /** disposes and resets m_pWeakConnectionPoint @pre |