summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 793f6d2ebaed..3329c07c617d 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -447,7 +447,7 @@ public:
// Life cycle
SwDoc();
- virtual ~SwDoc();
+ virtual ~SwDoc() override;
bool IsInDtor() const { return mbDtor; }