diff options
| author | MenTaLguY <mental@rydia.net> | 2007-03-20 22:54:29 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-03-20 22:54:29 +0000 |
| commit | 5063f31f609ad9c89e7b6d0667c39bc4fad35c27 (patch) | |
| tree | 70d2c4b365d2cf1d2272fb015297816b92f604f3 /src/xml/node.h | |
| parent | Implementing feature request #1673807: snapping of gradient handles (diff) | |
| download | inkscape-5063f31f609ad9c89e7b6d0667c39bc4fad35c27.tar.gz inkscape-5063f31f609ad9c89e7b6d0667c39bc4fad35c27.zip | |
plumb XML::Document parameter into duplication, courtesy of bryce
(bzr r2723)
Diffstat (limited to 'src/xml/node.h')
| -rw-r--r-- | src/xml/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/node.h b/src/xml/node.h index 7e27f1ff6..0b22b169e 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -51,7 +51,7 @@ public: virtual Document *document()=0; virtual Document const *document() const=0; - virtual Node *duplicate() const=0; + virtual Node *duplicate(Document *doc) const=0; virtual Node *root()=0; virtual Node const *root() const=0; |
