diff org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/AppFileLocProvider.d @ 111:b6e9904989ed

Updated to dmd 1.065.
author Jacob Carlborg <doob@me.com>
date Sat, 13 Nov 2010 14:15:51 +0100
parents ea8b884d85f6
children 536e43f63c81
line wrap: on
line diff
--- a/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/AppFileLocProvider.d	Fri Nov 12 13:16:02 2010 +0100
+++ b/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/AppFileLocProvider.d	Sat Nov 13 14:15:51 2010 +0100
@@ -103,7 +103,7 @@
     profilePath = path;
     if (!Compatibility.fileExists (path, "")) { //$NON-NLS-1$
         nsILocalFile file;
-        scope auto nsEmbedString pathString = new nsEmbedString (toWCharArray(path));
+        scope nsEmbedString pathString = new nsEmbedString (toWCharArray(path));
         int rc = XPCOM.NS_NewLocalFile (cast(nsAString*)pathString, 1, &file);
         if (rc !is XPCOM.NS_OK) Mozilla.error (rc);
         if (file is null) Mozilla.error (XPCOM.NS_ERROR_NULL_POINTER);