diff dwt/events/ControlAdapter.d @ 4:ab8b5765e3d1

fix implements
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:51:50 +0200
parents 380af2bdd8e5
children 5123b17c98ef
line wrap: on
line diff
--- a/dwt/events/ControlAdapter.d	Wed Aug 27 13:48:25 2008 +0200
+++ b/dwt/events/ControlAdapter.d	Wed Aug 27 13:51:50 2008 +0200
@@ -25,7 +25,7 @@
  * @see ControlListener
  * @see ControlEvent
  */
-public abstract class ControlAdapter implements ControlListener {
+public abstract class ControlAdapter : ControlListener {
 
 /**
  * Sent when the location (x, y) of a control changes relative