diff dwt/widgets/IME.d @ 5:1a8b3cb347e0

Fix Ctors to 'this'
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:02:31 +0200
parents 649b8e223d5a
children d4399516bdc2
line wrap: on
line diff
--- a/dwt/widgets/IME.d	Wed Aug 27 13:51:50 2008 +0200
+++ b/dwt/widgets/IME.d	Wed Aug 27 14:02:31 2008 +0200
@@ -28,14 +28,14 @@
 /**
  * Prevents uninitialized instances from being created outside the package.
  */
-IME () {
+this () {
 }
 
 /**
  * 
  * @see DWT
  */
-public IME (Canvas parent, int style) {
+public this (Canvas parent, int style) {
     super (parent, style);
     this.parent = parent;
     createWidget ();