summaryrefslogtreecommitdiff
path: root/muse2/muse/undo.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-06-06 12:31:55 +0000
committerFlorian Jung <flo@windfisch.org>2011-06-06 12:31:55 +0000
commit5e9533d5620f312b3727122c1680d97cf6ca2ff1 (patch)
treee4efe11e58a43e12d4b6f89c46048e54d47ca1b8 /muse2/muse/undo.cpp
parente2e536eab73dc7d1e2294078628eea80ecf6d120 (diff)
speeded up list editor
Diffstat (limited to 'muse2/muse/undo.cpp')
-rw-r--r--muse2/muse/undo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/undo.cpp b/muse2/muse/undo.cpp
index c5b211b2..0c05ef08 100644
--- a/muse2/muse/undo.cpp
+++ b/muse2/muse/undo.cpp
@@ -77,6 +77,7 @@ void UndoOp::dump()
case ModifyMarker:
case AddKey:
case DeleteKey:
+ case DoNothing:
break;
}
}