diff doodle/dia/tool.d @ 74:c03ed75c0f8e

Icky
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 01:11:58 +0930
parents eb5436b47d13
children b759414d2b72
line wrap: on
line diff
--- a/doodle/dia/tool.d	Sun Aug 15 01:02:15 2010 +0930
+++ b/doodle/dia/tool.d	Sun Aug 15 01:11:58 2010 +0930
@@ -24,7 +24,7 @@
     //bool handleFocusIn(scope IViewport viewport, FocusEvent event) { return false; }
     //bool handleFocusOut(scope IViewport viewport, FocusEvent event) { return false; }
 
-    void draw(in IViewport viewport, in Rectangle pixelDamage, scope Context pixelCr) const { }
+    void draw(in Rectangle pixelDamage, scope Context pixelCr) const { }
 
     private {
         immutable string _name;