From 22a3c901fdfb68dd2e83866a51693a47d1b411b5 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Sun, 30 Apr 2006 03:42:12 +0000 Subject: remove warning (bzr r639) --- src/dom/domimpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dom/domimpl.cpp') diff --git a/src/dom/domimpl.cpp b/src/dom/domimpl.cpp index 644c6567c..ecbfd123d 100644 --- a/src/dom/domimpl.cpp +++ b/src/dom/domimpl.cpp @@ -927,7 +927,7 @@ DOMString NodeImpl::lookupNamespacePrefix(const DOMString &theNamespaceURI, /** * */ -NodeImpl::NodeImpl() +NodeImpl::NodeImpl() : Node() { init(); } @@ -936,7 +936,7 @@ NodeImpl::NodeImpl() /** * */ -NodeImpl::NodeImpl(const NodeImpl &other) +NodeImpl::NodeImpl(const NodeImpl &other) : Node() { init(); assign(other); -- cgit v1.2.3