summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unorefmark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unorefmark.hxx')
-rw-r--r--sw/source/core/inc/unorefmark.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/unorefmark.hxx b/sw/source/core/inc/unorefmark.hxx
index 724a6644f3c6..ff17eec13387 100644
--- a/sw/source/core/inc/unorefmark.hxx
+++ b/sw/source/core/inc/unorefmark.hxx
@@ -51,7 +51,7 @@ private:
class Impl;
::sw::UnoImplPtr<Impl> m_pImpl;
- virtual ~SwXReferenceMark();
+ virtual ~SwXReferenceMark() override;
SwXReferenceMark(SwDoc *const pDoc, SwFormatRefMark *const pMark);