summaryrefslogtreecommitdiff
path: root/comphelper/source/property/genericpropertyset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/genericpropertyset.cxx')
-rw-r--r--comphelper/source/property/genericpropertyset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/genericpropertyset.cxx b/comphelper/source/property/genericpropertyset.cxx
index 64bdf1ab190a..e8b08eca2497 100644
--- a/comphelper/source/property/genericpropertyset.cxx
+++ b/comphelper/source/property/genericpropertyset.cxx
@@ -63,7 +63,7 @@ namespace comphelper
public:
explicit GenericPropertySet( PropertySetInfo* pInfo ) throw();
- virtual ~GenericPropertySet() throw();
+ virtual ~GenericPropertySet() throw() override;
// XInterface
virtual Any SAL_CALL queryAggregation( const Type & rType ) throw( RuntimeException, std::exception) override;