diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableTree.d @ 43:b98647bc0aef

swt win compiles for d2+phobos
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 17:08:05 +0100
parents d46287db17ed
children
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableTree.d	Wed Mar 25 16:13:14 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableTree.d	Wed Mar 25 17:08:05 2009 +0100
@@ -83,10 +83,10 @@
     */
     bool inDispose = false;
 
-    static const TableTreeItem[] EMPTY_ITEMS;
-    static const String[] EMPTY_TEXTS;
-    static const Image[] EMPTY_IMAGES;
-    static const String ITEMID = "TableTreeItemID"; //$NON-NLS-1$
+    static /+const+/ TableTreeItem[] EMPTY_ITEMS;
+    static /+const+/ String[] EMPTY_TEXTS;
+    static /+const+/ Image[] EMPTY_IMAGES;
+    static /+const+/ String ITEMID = "TableTreeItemID"; //$NON-NLS-1$
 
 /**
  * Constructs a new instance of this class given its parent