diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 05:56:35 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 05:56:35 +0000 |
| commit | a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0 (patch) | |
| tree | a4a0672dd6486fc8b41c33ece552186d551b4c3c /src/helper/action.cpp | |
| parent | SPDocument->Document (diff) | |
| download | inkscape-a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0.tar.gz inkscape-a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0.zip | |
SPDocument->Document
(bzr r8405)
Diffstat (limited to 'src/helper/action.cpp')
| -rw-r--r-- | src/helper/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/action.cpp b/src/helper/action.cpp index 84d150615..8c2705e45 100644 --- a/src/helper/action.cpp +++ b/src/helper/action.cpp @@ -132,7 +132,7 @@ public: { _addProperty(share_static_string("timestamp"), timestamp()); if (action->view) { - SPDocument *document = action->view->doc(); + Document *document = action->view->doc(); if (document) { _addProperty(share_static_string("document"), document->serial()); } |
