diff dwt/internal/mozilla/nsIFilePicker.d @ 348:9a4d7706df52

Test Update to fix linux XPCOM interface issues
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 21:46:44 -0700
parents 8198e6052012
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIFilePicker.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIFilePicker.d	Fri Oct 31 21:46:44 2008 -0700
@@ -15,8 +15,6 @@
   {0xc47de916, 0x1dd1, 0x11b2, 
     [ 0x81, 0x41, 0x82, 0x50, 0x7f, 0xa0, 0x2b, 0x21 ]};
 
-//extern(System)
-
 interface nsIFilePicker : nsISupports {
 
   static const char[] IID_STR = NS_IFILEPICKER_IID_STR;
@@ -37,6 +35,7 @@
   enum { filterXUL = 32 };
   enum { filterApps = 64 };
 
+extern(System):
   nsresult Init(nsIDOMWindow parent, nsAString * title, PRInt16 mode);
   nsresult AppendFilters(PRInt32 filterMask);
   nsresult AppendFilter(nsAString * title, nsAString * filter);