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 a4ef13a73aa1..4ba221be3af3 100644
--- a/unoxml/source/dom/document.hxx
+++ b/unoxml/source/dom/document.hxx
@@ -85,7 +85,7 @@ namespace DOM
::std::unique_ptr<events::CEventDispatcher> const m_pEventDispatcher;
- CDocument(xmlDocPtr const pDocPtr);
+ explicit CDocument(xmlDocPtr const pDocPtr);
public: