diff org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet245.d @ 112:9f4c18c268b2

Update to compile and execute with dmd 2.052.
author kntroh
date Wed, 16 Mar 2011 21:53:53 +0900
parents 69b1fa94a4a8
children 536e43f63c81
line wrap: on
line diff
--- a/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet245.d	Sat Nov 13 14:15:51 2010 +0100
+++ b/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet245.d	Wed Mar 16 21:53:53 2011 +0900
@@ -27,8 +27,8 @@
 
 void main() 
 {
-	final Display display = new Display();
-	final Shell shell = new Shell(display);
+	Display display = new Display();
+	Shell shell = new Shell(display);
 	shell.addPaintListener(new class(shell) PaintListener {
         Shell shell;
         this(Shell s) { this.shell = s; }