summaryrefslogtreecommitdiffstats
path: root/src/dom/domimpl.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2006-05-02 05:49:17 +0000
committergouldtj <gouldtj@users.sourceforge.net>2006-05-02 05:49:17 +0000
commitc0f13f760674b431f30b5ff17469030c5fa5a8d4 (patch)
tree6286959e37edefe5122a963efe6f8f66fdd67bcc /src/dom/domimpl.cpp
parentr11623@tres: ted | 2006-05-01 22:17:40 -0700 (diff)
downloadinkscape-c0f13f760674b431f30b5ff17469030c5fa5a8d4.tar.gz
inkscape-c0f13f760674b431f30b5ff17469030c5fa5a8d4.zip
r11667@tres: ted | 2006-05-01 22:48:49 -0700
Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697)
Diffstat (limited to 'src/dom/domimpl.cpp')
-rw-r--r--src/dom/domimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/domimpl.cpp b/src/dom/domimpl.cpp
index 026dc37c6..ecbfd123d 100644
--- a/src/dom/domimpl.cpp
+++ b/src/dom/domimpl.cpp
@@ -936,7 +936,7 @@ NodeImpl::NodeImpl() : Node()
/**
*
*/
-NodeImpl::NodeImpl(const NodeImpl &other)
+NodeImpl::NodeImpl(const NodeImpl &other) : Node()
{
init();
assign(other);