summaryrefslogtreecommitdiffstats
path: root/src/document-undo.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-04-05 08:57:38 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-04-05 08:57:38 +0000
commit98d368ee1fbfce8a561479da078e97a7f5d7ccd4 (patch)
treec2bf896c3bebb8766dec9fd1a0032ffd2ebc0824 /src/document-undo.h
parentFix indentating. (diff)
downloadinkscape-98d368ee1fbfce8a561479da078e97a7f5d7ccd4.tar.gz
inkscape-98d368ee1fbfce8a561479da078e97a7f5d7ccd4.zip
More cleanup of document.h.
Diffstat (limited to 'src/document-undo.h')
-rw-r--r--src/document-undo.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/document-undo.h b/src/document-undo.h
index 5ed9db8f6..2cff6be28 100644
--- a/src/document-undo.h
+++ b/src/document-undo.h
@@ -39,7 +39,13 @@ public:
static void maybeDone(SPDocument *document, const gchar *keyconst, unsigned int event_type, Glib::ustring const &event_description);
- static void resetKey(SPDocument *doc);
+private:
+ static void finish_incomplete_transaction(SPDocument &document);
+
+ static void perform_document_update(SPDocument &document);
+
+public:
+ static void resetKey(SPDocument *document);
static void cancel(SPDocument *document);