diff dwt/graphics/Device.d @ 55:93981635e709

Checked and inserted missing default switch cases.
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Jan 2008 15:40:16 +0100
parents 8f049b136add
children 8cec8f536af3
line wrap: on
line diff
--- a/dwt/graphics/Device.d	Fri Jan 11 14:31:37 2008 +0100
+++ b/dwt/graphics/Device.d	Fri Jan 11 15:40:16 2008 +0100
@@ -485,6 +485,7 @@
 		case SWT.COLOR_MAGENTA: 			return COLOR_MAGENTA;
 		case SWT.COLOR_CYAN: 				return COLOR_CYAN;
 		case SWT.COLOR_WHITE: 				return COLOR_WHITE;
+        default:
 	}
 	return COLOR_BLACK;
 }