From: ishmal Date: Sun, 30 Apr 2006 03:42:12 +0000 (+0000) Subject: remove warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2c2560e6c5a9be8babb1266318bddb90437a5f1b;p=inkscape.git remove warning --- 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);