diff dwt/widgets/Control.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children ab8b5765e3d1
line wrap: on
line diff
--- a/dwt/widgets/Control.d	Tue Aug 19 17:40:11 2008 +0200
+++ b/dwt/widgets/Control.d	Wed Aug 27 13:48:25 2008 +0200
@@ -69,7 +69,7 @@
  * within the DWT implementation.
  * </p>
  */
-public abstract class Control extends Widget implements Drawable {
+public abstract class Control : Widget implements Drawable {
     /**
      * the handle to the OS resource 
      * (Warning: This field is platform dependent)