summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r--sw/inc/ndole.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index 6dc1b481ce9e..a20a4cced8d4 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -108,7 +108,7 @@ class SW_DLLPUBLIC SwOLENode: public SwNoTextNode
public:
const SwOLEObj& GetOLEObj() const { return aOLEObj; }
SwOLEObj& GetOLEObj() { return aOLEObj; }
- virtual ~SwOLENode();
+ virtual ~SwOLENode() override;
virtual SwContentNode *SplitContentNode( const SwPosition & ) override;