summaryrefslogtreecommitdiffstats
path: root/src/dom/domimpl.h
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-04-27 09:53:08 +0000
committerishmal <ishmal@users.sourceforge.net>2006-04-27 09:53:08 +0000
commite47e9be6fd9f99acfa9e46c660b7c885a9141380 (patch)
treec86a604bd52a1392f4da84350578218c4600b42e /src/dom/domimpl.h
parentfixing conditional attribute evaluation on load (if conditional attributes we... (diff)
downloadinkscape-e47e9be6fd9f99acfa9e46c660b7c885a9141380.tar.gz
inkscape-e47e9be6fd9f99acfa9e46c660b7c885a9141380.zip
interim cleanup commit
(bzr r597)
Diffstat (limited to 'src/dom/domimpl.h')
-rw-r--r--src/dom/domimpl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dom/domimpl.h b/src/dom/domimpl.h
index 677f5eb8c..bbd1693ef 100644
--- a/src/dom/domimpl.h
+++ b/src/dom/domimpl.h
@@ -443,6 +443,16 @@ public:
/**
*
*/
+ NodeImpl(const NodeImpl &other);
+
+ /**
+ *
+ */
+ NodeImpl &operator=(const NodeImpl &other);
+
+ /**
+ *
+ */
NodeImpl(DocumentImpl *owner);
/**