diff dwt/DWT.d @ 37:642f460a0908

Fixed a lot of compile errors, a "hello world" app compiles now
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 10 Oct 2008 12:29:48 +0200
parents db5a898b2119
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/DWT.d	Tue Oct 07 12:56:18 2008 +0200
+++ b/dwt/DWT.d	Fri Oct 10 12:29:48 2008 +0200
@@ -1847,31 +1847,31 @@
      * ASCII character convenience constant for the backspace character
      * (value is the <code>char</code> '\b').
      */
-    public static final char BS = '\b';
+    public static const char BS = '\b';
 
     /**
      * ASCII character convenience constant for the carriage return character
      * (value is the <code>char</code> '\r').
      */
-    public static final char CR = '\r';
+    public static const char CR = '\r';
 
     /**
      * ASCII character convenience constant for the delete character
      * (value is the <code>char</code> with value 127).
      */
-    public static final char DEL = 0x7F;
+    public static const char DEL = 0x7F;
 
     /**
      * ASCII character convenience constant for the escape character
      * (value is the <code>char</code> with value 27).
      */
-    public static final char ESC = 0x1B;
+    public static const char ESC = 0x1B;
 
     /**
      * ASCII character convenience constant for the line feed character
      * (value is the <code>char</code> '\n').
      */
-    public static final char LF = '\n';
+    public static const char LF = '\n';
 
     /**
      * ASCII character convenience constant for the tab character
@@ -1879,7 +1879,7 @@
      * 
      * @since 2.1
      */
-    public static final char TAB = '\t';
+    public static const char TAB = '\t';
 
     /**
      * keyboard and/or mouse event mask indicating that the ALT key