diff dwt/browser/Download_1_8.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 e831403a80a9
line wrap: on
line diff
--- a/dwt/browser/Download_1_8.d	Wed Aug 27 13:51:50 2008 +0200
+++ b/dwt/browser/Download_1_8.d	Wed Aug 27 14:02:31 2008 +0200
@@ -46,7 +46,7 @@
 
     static final bool is32 = C.PTR_SIZEOF is 4;
 
-Download_1_8 () {
+this () {
     createCOMInterfaces ();
 }