diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/document.h b/src/document.h index c0c0d3b81..9c81e5243 100644 --- a/src/document.h +++ b/src/document.h @@ -146,10 +146,11 @@ public: void do_change_uri(char const *const filename, bool const rebase); void changeUriAndHrefs(char const *uri); - + void setXMLDialogSelectedObject(SPObject * activexmltree) {_activexmltree = activexmltree;} + SPObject * getXMLDialogSelectedObject() {return _activexmltree;} private: void _importDefsNode(SPDocument *source, Inkscape::XML::Node *defs, Inkscape::XML::Node *target_defs); - + SPObject *_activexmltree; public: void importDefs(SPDocument *source); |
