diff dwt/browser/LocationEvent.d @ 286:44258e0b6687

More fixes for xpcom
author John Reimer<terminal.node@gmail.com>
date Tue, 05 Aug 2008 10:11:58 -0700
parents 93409d9838c5
children 4ee8c4237614
line wrap: on
line diff
--- a/dwt/browser/LocationEvent.d	Thu Jul 31 21:56:03 2008 -0700
+++ b/dwt/browser/LocationEvent.d	Tue Aug 05 10:11:58 2008 -0700
@@ -7,8 +7,6 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
- * Port to the D programming language:
- *     John Reimer <terminal.node@gmail.com>
  *******************************************************************************/
 module dwt.browser.LocationEvent;
 
@@ -27,7 +25,7 @@
  * 
  * @since 3.0
  */
-public class LocationEvent : TypedEvent {
+public class LocationEvent extends TypedEvent {
     /** current location */
     public String location;