summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index d00771d152ac..2dc78ee5a315 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -177,7 +177,7 @@ public:
const SwNode& rPt, sal_Int32 nPtContent, SwPaM* pRing = nullptr );
SwPaM( const SwNode& rNd, sal_Int32 nContent = 0, SwPaM* pRing = nullptr );
SwPaM( const SwNodeIndex& rNd, sal_Int32 nContent = 0, SwPaM* pRing = nullptr );
- virtual ~SwPaM();
+ virtual ~SwPaM() override;
/// this takes a second parameter, which indicates the Ring that
/// the new PaM should be part of (may be null)