diff dwt/events/SelectionAdapter.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/SelectionAdapter.d	Wed Aug 27 13:48:25 2008 +0200
+++ b/dwt/events/SelectionAdapter.d	Wed Aug 27 13:51:50 2008 +0200
@@ -25,7 +25,7 @@
  * @see SelectionListener
  * @see SelectionEvent
  */
-public abstract class SelectionAdapter implements SelectionListener {
+public abstract class SelectionAdapter : SelectionListener {
 
 /**
  * Sent when selection occurs in the control.