diff org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet133.d @ 109:8ae65ae167f5

Updated swt win32 for DMD 1.063 and latest Tango trunk.
author Jacob Carlborg <doob@me.com>
date Wed, 15 Sep 2010 16:42:28 +0200
parents 93b0e7382fd5
children 9f4c18c268b2
line wrap: on
line diff
--- a/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet133.d	Wed Aug 25 23:08:27 2010 +0200
+++ b/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet133.d	Wed Sep 15 16:42:28 2010 +0200
@@ -51,7 +51,7 @@
 import java.lang.all;
 
 // tango
-import tango.core.Thread;
+//import tango.core.Thread;
 import tango.io.device.File;
 import tango.text.Unicode;
 
@@ -241,7 +241,7 @@
                     }
                 public 
                     this(char[] o_name){
-                        this.name = o_name;
+                        //this.name = o_name;
                         super(&run);
                     }
             };