From 2c2560e6c5a9be8babb1266318bddb90437a5f1b Mon Sep 17 00:00:00 2001 From: ishmal Date: Sun, 30 Apr 2006 03:42:12 +0000 Subject: [PATCH] remove warning --- src/dom/domimpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.30.2