summaryrefslogtreecommitdiff
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index d9f867ca6cef..d3e7d1422144 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -198,7 +198,7 @@ class SwAttrSetChg: public SwMsgPoolItem
public:
SwAttrSetChg( const SwAttrSet& rTheSet, SwAttrSet& rSet );
SwAttrSetChg( const SwAttrSetChg& );
- virtual ~SwAttrSetChg();
+ virtual ~SwAttrSetChg() override;
/// What has changed
const SwAttrSet* GetChgSet() const { return m_pChgSet; }