diff dia/grid_layer.d @ 26:06c30d250c0a

Cleanup
author "David Bryant <bagnose@gmail.com>"
date Thu, 16 Jul 2009 00:12:02 +0930
parents a24c13bb9c98
children f3d91579bb28
line wrap: on
line diff
--- a/dia/grid_layer.d	Wed Jul 15 23:49:02 2009 +0930
+++ b/dia/grid_layer.d	Thu Jul 16 00:12:02 2009 +0930
@@ -22,7 +22,7 @@
         return Rectangle();
     }
 
-    override void draw(const Viewport viewport,
+    override void draw(in Viewport viewport,
                        in Rectangle pixel_damage, scope Context pixel_cr,
                        in Rectangle model_damage, scope Context model_cr) const {
         double zoom = viewport.zoom;