diff options
| author | MenTaLguY <mental@rydia.net> | 2008-06-08 19:44:26 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-06-08 19:44:26 +0000 |
| commit | 3e9f14e201944380006bb851d40f5cacb860678d (patch) | |
| tree | 05e1d487b101aead4e985c4187209cdff5bb041f /src/xml/simple-node.h | |
| parent | Add option to either suppress path flash for items with LPE (e.g., spiro spli... (diff) | |
| download | inkscape-3e9f14e201944380006bb851d40f5cacb860678d.tar.gz inkscape-3e9f14e201944380006bb851d40f5cacb860678d.zip | |
plumb document references a little deeper in
(bzr r5861)
Diffstat (limited to 'src/xml/simple-node.h')
| -rw-r--r-- | src/xml/simple-node.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/simple-node.h b/src/xml/simple-node.h index 60bb53454..7c5556f27 100644 --- a/src/xml/simple-node.h +++ b/src/xml/simple-node.h @@ -113,8 +113,8 @@ public: } protected: - SimpleNode(int code); - SimpleNode(SimpleNode const &repr); + SimpleNode(int code, Document *document); + SimpleNode(SimpleNode const &repr, Document *document); virtual SimpleNode *_duplicate(Document *doc) const=0; |
