diff dwt/graphics/Device.d @ 151:0ba75290f8ce

Added a bunch of missing defaults to switch statements
author Jacob Carlborg <doob@me.com>
date Wed, 10 Jun 2009 21:52:31 +0200
parents ad4e1fe71a5a
children
line wrap: on
line diff
--- a/dwt/graphics/Device.d	Wed Jun 10 20:51:17 2009 +0200
+++ b/dwt/graphics/Device.d	Wed Jun 10 21:52:31 2009 +0200
@@ -470,6 +470,7 @@
         case DWT.COLOR_MAGENTA:             return COLOR_MAGENTA;
         case DWT.COLOR_CYAN:                return COLOR_CYAN;
         case DWT.COLOR_WHITE:               return COLOR_WHITE;
+        default:
     }
     return COLOR_BLACK;
 }