summaryrefslogtreecommitdiffstats
path: root/src/helper/action.cpp
diff options
context:
space:
mode:
authorjohnce <johnce@users.sourceforge.net>2009-08-05 05:56:35 +0000
committerjohnce <johnce@users.sourceforge.net>2009-08-05 05:56:35 +0000
commita6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0 (patch)
treea4a0672dd6486fc8b41c33ece552186d551b4c3c /src/helper/action.cpp
parentSPDocument->Document (diff)
downloadinkscape-a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0.tar.gz
inkscape-a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0.zip
SPDocument->Document
(bzr r8405)
Diffstat (limited to 'src/helper/action.cpp')
-rw-r--r--src/helper/action.cpp2
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());
}