diff dwt/graphics/Device.d @ 4:ab8b5765e3d1

fix implements
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:51:50 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
line wrap: on
line diff
--- a/dwt/graphics/Device.d	Wed Aug 27 13:48:25 2008 +0200
+++ b/dwt/graphics/Device.d	Wed Aug 27 13:51:50 2008 +0200
@@ -33,7 +33,7 @@
  * can have a graphics context (GC) created for them, and they
  * can be drawn on by sending messages to the associated GC.
  */
-public abstract class Device implements Drawable {
+public abstract class Device : Drawable {
     
     /* Debugging */
     public static bool DEBUG;