diff options
| author | Ted Gould <ted@gould.cx> | 2006-05-02 05:29:03 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-05-02 05:29:03 +0000 |
| commit | dc81b746cf1305802b07f367a44e518d9036a2d6 (patch) | |
| tree | 079328ba4b24bee0c7dc90b022f5d7b3529c62d7 /src/dom/domimpl.cpp | |
| parent | r11569@tres: ted | 2006-04-29 08:55:02 -0700 (diff) | |
| download | inkscape-dc81b746cf1305802b07f367a44e518d9036a2d6.tar.gz inkscape-dc81b746cf1305802b07f367a44e518d9036a2d6.zip | |
(bzr r690)
Diffstat (limited to 'src/dom/domimpl.cpp')
| -rw-r--r-- | src/dom/domimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/domimpl.cpp b/src/dom/domimpl.cpp index ecbfd123d..026dc37c6 100644 --- a/src/dom/domimpl.cpp +++ b/src/dom/domimpl.cpp @@ -936,7 +936,7 @@ NodeImpl::NodeImpl() : Node() /** * */ -NodeImpl::NodeImpl(const NodeImpl &other) : Node() +NodeImpl::NodeImpl(const NodeImpl &other) { init(); assign(other); |
