diff dwt/events/FocusListener.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 5123b17c98ef
line wrap: on
line diff
--- a/dwt/events/FocusListener.d	Tue Aug 19 17:40:11 2008 +0200
+++ b/dwt/events/FocusListener.d	Wed Aug 27 13:48:25 2008 +0200
@@ -30,7 +30,7 @@
  * @see FocusAdapter
  * @see FocusEvent
  */
-public interface FocusListener extends DWTEventListener {
+public interface FocusListener : DWTEventListener {
 
 /**
  * Sent when a control gets focus.