# HG changeset patch # User Jacob Carlborg # Date 1289654151 -3600 # Node ID b6e9904989ede48a5affedb072dc8d607aefb3a1 # Parent 5d01af8785297ddb08c7fe11e50eadb8c2bffbe4 Updated to dmd 1.065. diff -r 5d01af878529 -r b6e9904989ed org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/AppFileLocProvider.d --- 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);