Code

remove warning
authorishmal <ishmal@users.sourceforge.net>
Sun, 30 Apr 2006 03:42:12 +0000 (03:42 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sun, 30 Apr 2006 03:42:12 +0000 (03:42 +0000)
src/dom/domimpl.cpp

index 644c6567c37a7330437c8306c9dda0d94428a0d0..ecbfd123d364da4775ef7287c7b04a9c998c7444 100644 (file)
@@ -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);