summaryrefslogtreecommitdiffstats
path: root/src/dom/domimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/domimpl.cpp')
-rw-r--r--src/dom/domimpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dom/domimpl.cpp b/src/dom/domimpl.cpp
index 53118b1d9..1a562e5c6 100644
--- a/src/dom/domimpl.cpp
+++ b/src/dom/domimpl.cpp
@@ -2077,7 +2077,7 @@ void UserDataHandlerImpl::handle(unsigned short /*operation*/,
/**
*
*/
-DOMErrorImpl::DOMErrorImpl()
+DOMErrorImpl::DOMErrorImpl() : message(""), severity(0), type("")
{
}
@@ -2183,7 +2183,7 @@ bool DOMErrorHandlerImpl::handleError(const DOMError *error)
/**
*
*/
-DOMLocatorImpl::DOMLocatorImpl()
+DOMLocatorImpl::DOMLocatorImpl() : byteOffset(0), columnNumber (0), uri(""), lineNumber(0), relatedNode(0), utf16Offset(0)
{
}