diff org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TableCursor.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 b397a43d66d1
line wrap: on
line diff
--- a/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TableCursor.d	Fri Mar 27 12:05:20 2009 +0100
+++ b/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TableCursor.d	Fri Mar 27 12:59:54 2009 +0100
@@ -167,8 +167,8 @@
     Color foreground = null;
 
     // By default, invert the list selection colors
-    static final int BACKGROUND = SWT.COLOR_LIST_SELECTION_TEXT;
-    static final int FOREGROUND = SWT.COLOR_LIST_SELECTION;
+    static const int BACKGROUND = SWT.COLOR_LIST_SELECTION_TEXT;
+    static const int FOREGROUND = SWT.COLOR_LIST_SELECTION;
 
 /**
  * Constructs a new instance of this class given its parent