changeset 42:63aa48e5430f

Workaround DMD 2.026 hanging
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 16:13:14 +0100
parents a9c9a97b3d82
children b98647bc0aef
files org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/graphics/Cursor.d
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/graphics/Cursor.d	Wed Mar 25 15:22:51 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/graphics/Cursor.d	Wed Mar 25 16:13:14 2009 +0100
@@ -75,7 +75,7 @@
     /**
      * data used to create a HAND cursor.
      */
-    static const byte[] HAND_SOURCE = [
+    static /+const+/ byte[] HAND_SOURCE = [
         cast(byte)0xf9,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
         cast(byte)0xf0,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
         cast(byte)0xf0,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
@@ -112,7 +112,7 @@
         cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,
         cast(byte)0xff,cast(byte)0xff,cast(byte)0xff,cast(byte)0xff
     ];
-    static const byte[] HAND_MASK = [
+    static /+const+/ byte[] HAND_MASK = [
         cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,
         cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,
         cast(byte)0x06,cast(byte)0x00,cast(byte)0x00,cast(byte)0x00,