diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-27 09:53:08 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-27 09:53:08 +0000 |
| commit | e47e9be6fd9f99acfa9e46c660b7c885a9141380 (patch) | |
| tree | c86a604bd52a1392f4da84350578218c4600b42e /src/dom/domimpl.h | |
| parent | fixing conditional attribute evaluation on load (if conditional attributes we... (diff) | |
| download | inkscape-e47e9be6fd9f99acfa9e46c660b7c885a9141380.tar.gz inkscape-e47e9be6fd9f99acfa9e46c660b7c885a9141380.zip | |
interim cleanup commit
(bzr r597)
Diffstat (limited to 'src/dom/domimpl.h')
| -rw-r--r-- | src/dom/domimpl.h | 10 |
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); /** |
