summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index ad4d58ab987d..c98f143983bd 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -188,7 +188,7 @@ public:
SwFrameFormats();
// frees all SwFrameFormat!
- virtual ~SwFrameFormats();
+ virtual ~SwFrameFormats() override;
void clear() { return m_Array.clear(); }
bool empty() const { return m_Array.empty(); }