diff dwt/graphics/Path.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 62202ce0039f
children
line wrap: on
line diff
--- a/dwt/graphics/Path.d	Wed Jun 10 20:51:17 2009 +0200
+++ b/dwt/graphics/Path.d	Wed Jun 10 21:52:31 2009 +0200
@@ -591,6 +591,7 @@
             case OS.NSClosePathBezierPathElement:
                     types[typeCount++] = DWT.PATH_CLOSE;
                     break;
+            default:
             }
         }
         OS.free(points);