comparison 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
comparison
equal deleted inserted replaced
4:ab8b5765e3d1 5:1a8b3cb347e0
44 Label status; 44 Label status;
45 Button cancel; 45 Button cancel;
46 46
47 static final bool is32 = C.PTR_SIZEOF is 4; 47 static final bool is32 = C.PTR_SIZEOF is 4;
48 48
49 Download_1_8 () { 49 this () {
50 createCOMInterfaces (); 50 createCOMInterfaces ();
51 } 51 }
52 52
53 int AddRef () { 53 int AddRef () {
54 refCount++; 54 refCount++;