summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/document.hxx')
-rw-r--r--unoxml/source/dom/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx
index f1a447c78462..fce0514b62a9 100644
--- a/unoxml/source/dom/document.hxx
+++ b/unoxml/source/dom/document.hxx
@@ -93,7 +93,7 @@ namespace DOM
static ::rtl::Reference<CDocument>
CreateCDocument(xmlDocPtr const pDoc);
- virtual ~CDocument();
+ virtual ~CDocument() override;
// needed by CXPathAPI
::osl::Mutex & GetMutex() { return m_Mutex; }