summaryrefslogtreecommitdiff
path: root/sw/inc/swatrset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r--sw/inc/swatrset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx
index 13bc7bc8d2b7..ac101784c5b5 100644
--- a/sw/inc/swatrset.hxx
+++ b/sw/inc/swatrset.hxx
@@ -162,7 +162,7 @@ private:
public:
SwAttrPool( SwDoc* pDoc );
protected:
- virtual ~SwAttrPool();
+ virtual ~SwAttrPool() override;
public:
SwDoc* GetDoc() { return m_pDoc; }