diff doodle/dia/tool_layer.d @ 97:dcd641209671

What to do...
author David Bryant <bagnose@gmail.com>
date Fri, 27 Aug 2010 18:01:33 +0930
parents a98116479793
children 10ad5417bf07
line wrap: on
line diff
--- a/doodle/dia/tool_layer.d	Thu Aug 26 16:32:07 2010 +0930
+++ b/doodle/dia/tool_layer.d	Fri Aug 27 18:01:33 2010 +0930
@@ -9,7 +9,7 @@
 }
 
 // This interface is used by the palette
-interface IToolStack {
+interface IToolStack {      // Rename this because the stack aspect is not significant.
     void use(Tool tool);
 }