summaryrefslogtreecommitdiff
path: root/muse2/muse/undo.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2013-09-01 11:55:38 +0200
committerFlorian Jung <flo@windfisch.org>2013-09-01 13:29:11 +0200
commit2f26bcd6a94124721d8c946f55d3f360147f1f58 (patch)
tree5b218108bbe1c8676e433fb3a27f2f5ee97e7bd0 /muse2/muse/undo.h
parentc5e6fd0f6dfbf18847b601668ba8c657d776da31 (diff)
applyOperationGroup is no more a hack :)
Diffstat (limited to 'muse2/muse/undo.h')
-rw-r--r--muse2/muse/undo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/muse/undo.h b/muse2/muse/undo.h
index f0bf35fc..f27dbcc3 100644
--- a/muse2/muse/undo.h
+++ b/muse2/muse/undo.h
@@ -132,6 +132,8 @@ class Undo : public std::list<UndoOp> {
typedef Undo::iterator iUndoOp;
typedef Undo::reverse_iterator riUndoOp;
+typedef Undo::const_iterator ciUndoOp;
+typedef Undo::const_reverse_iterator criUndoOp;
class UndoList : public std::list<Undo> {
protected: