summaryrefslogtreecommitdiffstats
path: root/src/document-undo.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-06 23:37:50 +0000
committerjabiertxof <info@marker.es>2016-05-06 23:37:50 +0000
commit72610e6bbd79b3a3e9a980980ebc2f533ea8056d (patch)
treeeb91ba3376b50e094ac456d15245c39c0e4a2bc4 /src/document-undo.h
parentupdate to trunk (diff)
downloadinkscape-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.h4
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);