comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/FilePicker.d @ 54:70388b0e6dad

[swt lin] compiles
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 23:31:11 +0100
parents 7e78af7adab5
children
comparison
equal deleted inserted replaced
53:7e78af7adab5 54:70388b0e6dad
57 refCount++; 57 refCount++;
58 return refCount; 58 return refCount;
59 } 59 }
60 60
61 extern(System) 61 extern(System)
62 nsresult QueryInterface (cnsID* riid, void** ppvObject) { 62 nsresult QueryInterface (in nsID* riid, void** ppvObject) {
63 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE; 63 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE;
64 64
65 if (*riid == nsISupports.IID) { 65 if (*riid == nsISupports.IID) {
66 *ppvObject = cast(void*)cast(nsISupports) this; 66 *ppvObject = cast(void*)cast(nsISupports) this;
67 AddRef (); 67 AddRef ();