diff dwt/DWTError.d @ 4:bf9fe45b4422

C, Platform, Point, Rectangle
author Frank Benoit <benoit@tionex.de>
date Fri, 25 Jan 2008 13:01:53 +0100
parents 5406a8f6526d
children 9a64a7781bab
line wrap: on
line diff
--- a/dwt/DWTError.d	Fri Jan 25 13:00:42 2008 +0100
+++ b/dwt/DWTError.d	Fri Jan 25 13:01:53 2008 +0100
@@ -74,7 +74,7 @@
  *
  * @param message the detail message for the exception
  */
-public this (String message) {
+public this (char[] message) {
     this (DWT.ERROR_UNSPECIFIED, message);
 }
 
@@ -153,3 +153,7 @@
     }
 
 }
+}
+
+
+