diff doodle/fig/diagram_layer.d @ 101:523269b36711

Update to dmd 2.050
author David Bryant <bagnose@gmail.com>
date Thu, 28 Oct 2010 16:35:11 +1030
parents a274d16ab6ce
children
line wrap: on
line diff
--- a/doodle/fig/diagram_layer.d	Mon Oct 18 18:10:02 2010 +1030
+++ b/doodle/fig/diagram_layer.d	Thu Oct 28 16:35:11 2010 +1030
@@ -22,7 +22,7 @@
     override Rectangle bounds() const {
         // Take the union of all diagram element bounds
         /*
-        Rectangle bounds = Rectangle.DEFAULT;
+        Rectangle bounds;
         foreach (element; _elements) { bounds = bounds | element.bounds; }
         */
         return Rectangle();