summaryrefslogtreecommitdiff
path: root/sw/inc/PostItMgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r--sw/inc/PostItMgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 56ff91cf3e44..e6f5460591e6 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -193,7 +193,7 @@ class SwPostItMgr: public SfxListener
public:
SwPostItMgr(SwView* aDoc);
- virtual ~SwPostItMgr();
+ virtual ~SwPostItMgr() override;
typedef std::list< SwSidebarItem* >::const_iterator const_iterator;
const_iterator begin() const { return mvPostItFields.begin(); }