diff dwt/events/SelectionEvent.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 5123b17c98ef
line wrap: on
line diff
--- a/dwt/events/SelectionEvent.d	Wed Aug 27 13:51:50 2008 +0200
+++ b/dwt/events/SelectionEvent.d	Wed Aug 27 14:02:31 2008 +0200
@@ -107,7 +107,7 @@
  *
  * @param e the untyped event containing the information
  */
-public SelectionEvent(Event e) {
+public this(Event e) {
     super(e);
     this.item = e.item;
     this.x = e.x;