comparison dwt/browser/HelperAppLauncherDialogFactory.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
22 class HelperAppLauncherDialogFactory { 22 class HelperAppLauncherDialogFactory {
23 XPCOMObject supports; 23 XPCOMObject supports;
24 XPCOMObject factory; 24 XPCOMObject factory;
25 int refCount = 0; 25 int refCount = 0;
26 26
27 HelperAppLauncherDialogFactory () { 27 this () {
28 createCOMInterfaces (); 28 createCOMInterfaces ();
29 } 29 }
30 30
31 int AddRef () { 31 int AddRef () {
32 refCount++; 32 refCount++;