summaryrefslogtreecommitdiff
path: root/include/comphelper/weak.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/weak.hxx')
-rw-r--r--include/comphelper/weak.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/weak.hxx b/include/comphelper/weak.hxx
index 635337c3462b..0d8d9d5b2965 100644
--- a/include/comphelper/weak.hxx
+++ b/include/comphelper/weak.hxx
@@ -38,7 +38,7 @@ class COMPHELPER_DLLPUBLIC OWeakTypeObject : public ::cppu::OWeakObject, public
{
public:
OWeakTypeObject();
- virtual ~OWeakTypeObject();
+ virtual ~OWeakTypeObject() override;
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type & rType ) throw (css::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL acquire() throw () override;