summaryrefslogtreecommitdiff
path: root/include/cppuhelper/weakagg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/weakagg.hxx')
-rw-r--r--include/cppuhelper/weakagg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/weakagg.hxx b/include/cppuhelper/weakagg.hxx
index c08f00408e37..25a06875c3ba 100644
--- a/include/cppuhelper/weakagg.hxx
+++ b/include/cppuhelper/weakagg.hxx
@@ -88,7 +88,7 @@ protected:
Despite the fact that a RuntimeException is allowed to be thrown, you must not throw any
exception upon destruction!
*/
- virtual ~OWeakAggObject();
+ virtual ~OWeakAggObject() SAL_OVERRIDE;
/** weak reference to delegator.
*/