summaryrefslogtreecommitdiff
path: root/unoxml/inc/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/inc/node.hxx')
-rw-r--r--unoxml/inc/node.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/inc/node.hxx b/unoxml/inc/node.hxx
index 4be2fe0e66a3..8a1b2d8fb781 100644
--- a/unoxml/inc/node.hxx
+++ b/unoxml/inc/node.hxx
@@ -120,7 +120,7 @@ namespace DOM
public:
- virtual ~CNode();
+ virtual ~CNode() override;
static CNode * GetImplementation(css::uno::Reference<
css::uno::XInterface> const& xNode);