diff org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TableTree.d @ 49:7a2dd761a8b2

more work until dmd 2.026 linux segfaults.
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:59:54 +0100
parents f713da8bc051
children c01d033c633a
line wrap: on
line diff
--- a/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TableTree.d	Fri Mar 27 12:05:20 2009 +0100
+++ b/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TableTree.d	Fri Mar 27 12:59:54 2009 +0100
@@ -83,10 +83,10 @@
     */
     bool inDispose = false;
 
-    static final TableTreeItem[] EMPTY_ITEMS;
-    static final String[] EMPTY_TEXTS;
-    static final Image[] EMPTY_IMAGES;
-    static final 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