diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-04-05 08:57:38 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-04-05 08:57:38 +0000 |
| commit | 98d368ee1fbfce8a561479da078e97a7f5d7ccd4 (patch) | |
| tree | c2bf896c3bebb8766dec9fd1a0032ffd2ebc0824 /src/document-undo.h | |
| parent | Fix indentating. (diff) | |
| download | inkscape-98d368ee1fbfce8a561479da078e97a7f5d7ccd4.tar.gz inkscape-98d368ee1fbfce8a561479da078e97a7f5d7ccd4.zip | |
More cleanup of document.h.
Diffstat (limited to 'src/document-undo.h')
| -rw-r--r-- | src/document-undo.h | 8 |
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); |
