diff dwt/browser/CloseWindowListener.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 3f4a5c7d138f
line wrap: on
line diff
--- a/dwt/browser/CloseWindowListener.d	Thu Jul 31 21:56:03 2008 -0700
+++ b/dwt/browser/CloseWindowListener.d	Tue Aug 05 10:11:58 2008 -0700
@@ -7,11 +7,11 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ * Port to the D programming language:
+ *      John Reimer <terminal.node@gmail.com>
  *******************************************************************************/
 module dwt.browser.CloseWindowListener;
 
-import dwt.dwthelper.utils;
-
 import dwt.internal.DWTEventListener;
 
 /**
@@ -47,5 +47,5 @@
  * 
  * @since 3.0
  */ 
-    public void close(WindowEvent event);
+public void close(WindowEvent event);
 }