summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/document-undo.cpp')
-rw-r--r--src/document-undo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp
index a40b2fb81..0bce4420a 100644
--- a/src/document-undo.cpp
+++ b/src/document-undo.cpp
@@ -270,7 +270,7 @@ gboolean Inkscape::DocumentUndo::undo(SPDocument *doc)
doc->priv->seeking = false;
if (ret)
- INKSCAPE->external_change();
+ INKSCAPE.external_change();
return ret;
}
@@ -315,7 +315,7 @@ gboolean Inkscape::DocumentUndo::redo(SPDocument *doc)
doc->priv->seeking = false;
if (ret)
- INKSCAPE->external_change();
+ INKSCAPE.external_change();
return ret;
}