diff dwtx/text/undo/DocumentUndoManager.d @ 192:c3583c6ec027

Added missing default cases for switch statements
author Frank Benoit <benoit@tionex.de>
date Mon, 03 Nov 2008 22:52:26 +0100
parents f8d52b926852
children
line wrap: on
line diff
--- a/dwtx/text/undo/DocumentUndoManager.d	Tue Oct 28 23:59:57 2008 +0100
+++ b/dwtx/text/undo/DocumentUndoManager.d	Mon Nov 03 22:52:26 2008 +0100
@@ -694,6 +694,7 @@
                     fOperation= null;
                 }
                 break;
+            default:
             }
         }