summaryrefslogtreecommitdiff
path: root/muse2/muse/undo.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2013-08-22 16:53:58 +0200
committerFlorian Jung <flo@windfisch.org>2013-08-22 16:53:58 +0200
commitd1689a28f1f2f92f4653e42c88b5ebc5b2e49140 (patch)
treeb5384fcaf9a69323de7ded5a4d0cc375138477a8 /muse2/muse/undo.h
parentc1d220283956a50c60678e6703c919b13ed7403f (diff)
fixed insane ModifyEvent old/new twist
Diffstat (limited to 'muse2/muse/undo.h')
-rw-r--r--muse2/muse/undo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/undo.h b/muse2/muse/undo.h
index 6c372624..f0bf35fc 100644
--- a/muse2/muse/undo.h
+++ b/muse2/muse/undo.h
@@ -116,7 +116,7 @@ struct UndoOp {
UndoOp(UndoType type, const Part* part, unsigned old_len_or_tick=-1, unsigned new_len_or_tick=-1, bool doCtrls=false, bool doClones=false); // FIXME these bools are UNUSED!!. XTICKS!
UndoOp(UndoType type, const Part* part, const char* old_name, const char* new_name);
UndoOp(UndoType type, const Part* part, bool selected, bool selected_old);
- UndoOp(UndoType type, const Event& oev, const Event& nev, const Part* part, bool doCtrls, bool doClones);
+ UndoOp(UndoType type, const Event& nev, const Event& oev, const Part* part, bool doCtrls, bool doClones);
UndoOp(UndoType type, const Event& nev, const Part* part, bool doCtrls, bool doClones);
UndoOp(UndoType type, const Event& nev, bool selected, bool selected_old);
UndoOp(UndoType type, const char* changedFile, const char* changeData, int startframe, int endframe);