diff dwtx/ui/forms/widgets/ColumnLayout.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 5d489b9f966c
children
line wrap: on
line diff
--- a/dwtx/ui/forms/widgets/ColumnLayout.d	Tue Oct 28 23:59:57 2008 +0100
+++ b/dwtx/ui/forms/widgets/ColumnLayout.d	Mon Nov 03 22:52:26 2008 +0100
@@ -254,6 +254,7 @@
                 case ColumnLayoutData.CENTER :
                     child.setBounds(x + fillWidth / 2 - childWidth / 2, topMargin+colHeight, childWidth, csize.y);
                     break;
+                default:
             }
 
             colHeight += csize.y;