diff dwt/widgets/Display.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents 07e8963537b7
children ab60f3309436
line wrap: on
line diff
--- a/dwt/widgets/Display.d	Mon Apr 07 13:08:57 2008 +0200
+++ b/dwt/widgets/Display.d	Thu Apr 10 11:19:49 2008 +0200
@@ -48,7 +48,6 @@
 import dwt.dwthelper.utils;
 import dwt.dwthelper.Runnable;
 import dwt.dwthelper.System;
-import dwt.dwthelper.Integer;
 import tango.core.Thread;
 import tango.stdc.stringz;
 import tango.util.Convert;
@@ -2490,8 +2489,8 @@
  *
  * @see #create
  */
-override protected void init () {
-    super.init ();
+override protected void init_ () {
+    super.init_ ();
 
     /* Create the callbacks */
     //windowCallback = new Callback (this, "windowProc", 4); //$NON-NLS-1$