diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-06 23:37:50 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-06 23:37:50 +0000 |
| commit | 72610e6bbd79b3a3e9a980980ebc2f533ea8056d (patch) | |
| tree | eb91ba3376b50e094ac456d15245c39c0e4a2bc4 /src/document-undo.h | |
| parent | update to trunk (diff) | |
| download | inkscape-72610e6bbd79b3a3e9a980980ebc2f533ea8056d.tar.gz inkscape-72610e6bbd79b3a3e9a980980ebc2f533ea8056d.zip | |
working on undo
(bzr r14865.1.4)
Diffstat (limited to 'src/document-undo.h')
| -rw-r--r-- | src/document-undo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document-undo.h b/src/document-undo.h index 559036458..85b44d562 100644 --- a/src/document-undo.h +++ b/src/document-undo.h @@ -33,9 +33,9 @@ public: static bool getUndoSensitive(SPDocument const *document); - static void clearUndo(SPDocument *document, size_t limit = 0); + static void clearUndo(SPDocument *document); - static void clearRedo(SPDocument *document, size_t limit = 0); + static void clearRedo(SPDocument *document); static void done(SPDocument *document, unsigned int event_type, Glib::ustring const &event_description); |
