diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-30 03:42:12 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-30 03:42:12 +0000 |
| commit | 22a3c901fdfb68dd2e83866a51693a47d1b411b5 (patch) | |
| tree | 8f940c3b1858d0c9eb1148eeb3cafbc7f9c535d5 /src/dom/domimpl.cpp | |
| parent | Rework Stack class to TokenExecutor, to support an Axis stack (diff) | |
| download | inkscape-22a3c901fdfb68dd2e83866a51693a47d1b411b5.tar.gz inkscape-22a3c901fdfb68dd2e83866a51693a47d1b411b5.zip | |
remove warning
(bzr r639)
Diffstat (limited to 'src/dom/domimpl.cpp')
| -rw-r--r-- | src/dom/domimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
