diff dwt/custom/TableCursor.d @ 5:1a8b3cb347e0

Fix Ctors to 'this'
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:02:31 +0200
parents 380af2bdd8e5
children 6337764516f1
line wrap: on
line diff
--- a/dwt/custom/TableCursor.d	Wed Aug 27 13:51:50 2008 +0200
+++ b/dwt/custom/TableCursor.d	Wed Aug 27 14:02:31 2008 +0200
@@ -173,7 +173,7 @@
  * @see Widget#checkSubclass()
  * @see Widget#getStyle()
  */
-public TableCursor(Table parent, int style) {
+public this(Table parent, int style) {
     super(parent, style);
     table = parent;
     setBackground(null);