changeset 111:b6e9904989ed

Updated to dmd 1.065.
author Jacob Carlborg <doob@me.com>
date Sat, 13 Nov 2010 14:15:51 +0100
parents 5d01af878529
children 9f4c18c268b2
files org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/AppFileLocProvider.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);