summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87d7e96)
raw | patch | inline | side by side (parent: 87d7e96)
author | ishmal <ishmal@users.sourceforge.net> | |
Sun, 30 Apr 2006 03:42:12 +0000 (03:42 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sun, 30 Apr 2006 03:42:12 +0000 (03:42 +0000) |
src/dom/domimpl.cpp | patch | blob | history |
diff --git a/src/dom/domimpl.cpp b/src/dom/domimpl.cpp
index 644c6567c37a7330437c8306c9dda0d94428a0d0..ecbfd123d364da4775ef7287c7b04a9c998c7444 100644 (file)
--- a/src/dom/domimpl.cpp
+++ b/src/dom/domimpl.cpp
/**
*
*/
-NodeImpl::NodeImpl()
+NodeImpl::NodeImpl() : Node()
{
init();
}
/**
*
*/
-NodeImpl::NodeImpl(const NodeImpl &other)
+NodeImpl::NodeImpl(const NodeImpl &other) : Node()
{
init();
assign(other);