comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/FilePicker.d @ 53:7e78af7adab5

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 21:29:10 +0100
parents f713da8bc051
children 70388b0e6dad
comparison
equal deleted inserted replaced
52:fa9548cd8d89 53:7e78af7adab5
57 refCount++; 57 refCount++;
58 return refCount; 58 return refCount;
59 } 59 }
60 60
61 extern(System) 61 extern(System)
62 nsresult QueryInterface (nsID* riid, void** ppvObject) { 62 nsresult QueryInterface (cnsID* 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 ();