comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/internal/mozilla/nsIInterfaceRequestor.d @ 54:70388b0e6dad

[swt lin] compiles
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 23:31:11 +0100
parents f713da8bc051
children
comparison
equal deleted inserted replaced
53:7e78af7adab5 54:70388b0e6dad
16 16
17 static const char[] IID_STR = NS_IINTERFACEREQUESTOR_IID_STR; 17 static const char[] IID_STR = NS_IINTERFACEREQUESTOR_IID_STR;
18 static const nsIID IID = NS_IINTERFACEREQUESTOR_IID; 18 static const nsIID IID = NS_IINTERFACEREQUESTOR_IID;
19 19
20 extern(System): 20 extern(System):
21 nsresult GetInterface(nsIID * uuid, void * *result); 21 nsresult GetInterface(in nsIID * uuid, void * *result);
22 22
23 } 23 }
24 24