summaryrefslogtreecommitdiff
path: root/include/cppuhelper/implbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/implbase.hxx')
-rw-r--r--include/cppuhelper/implbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implbase.hxx b/include/cppuhelper/implbase.hxx
index 40a120545597..850224c49683 100644
--- a/include/cppuhelper/implbase.hxx
+++ b/include/cppuhelper/implbase.hxx
@@ -101,7 +101,7 @@ class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE WeakImplHelper:
protected:
WeakImplHelper() {}
- virtual ~WeakImplHelper() {}
+ virtual ~WeakImplHelper() SAL_OVERRIDE {}
public:
css::uno::Any SAL_CALL queryInterface(css::uno::Type const & aType)