diff tool.d @ 10:71ca82e0eb76

Checkpoint
author "David Bryant <bagnose@gmail.com>"
date Sat, 11 Jul 2009 22:49:41 +0930
parents 936feb16eed4
children 9e63308b749c
line wrap: on
line diff
--- a/tool.d	Sat Jul 11 22:06:09 2009 +0930
+++ b/tool.d	Sat Jul 11 22:49:41 2009 +0930
@@ -10,7 +10,7 @@
 }
 */
 
-abstract class Tool : ICanvasEventHandler {
+abstract class Tool : EventHandler {
     /*
     abstract bool is_sticky();
     abstract bool is_replaceable();