diff dwt/graphics/Drawable.d @ 7:e831403a80a9

Add 'cast' to casts
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:30:35 +0200
parents 380af2bdd8e5
children b9226997409c
line wrap: on
line diff
--- a/dwt/graphics/Drawable.d	Wed Aug 27 14:10:03 2008 +0200
+++ b/dwt/graphics/Drawable.d	Wed Aug 27 14:30:35 2008 +0200
@@ -14,7 +14,7 @@
 
 
 /**
- * Implementers of <code>Drawable</code> can have a graphics context (GC)
+ * Implementers of <code>Drawable</code> can have a graphics context cast(GC)
  * created for them, and then they can be drawn on by sending messages to
  * their associated GC. DWT images, and device objects such as the Display
  * device and the Printer device, are drawables.