diff dwt/dwthelper/FileOutputStream.d @ 212:ab60f3309436

reverted the char[] to String and use the an alias.
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:12:38 +0200
parents 5406a8f6526d
children 32a6819fef61
line wrap: on
line diff
--- a/dwt/dwthelper/FileOutputStream.d	Sat Apr 26 10:01:48 2008 +0200
+++ b/dwt/dwthelper/FileOutputStream.d	Mon May 05 00:12:38 2008 +0200
@@ -13,11 +13,11 @@
     alias dwt.dwthelper.OutputStream.OutputStream.write write;
     alias dwt.dwthelper.OutputStream.OutputStream.close close;
 
-    public this ( char[] name ){
+    public this ( String name ){
         implMissing( __FILE__, __LINE__ );
     }
 
-    public this ( char[] name, bool append ){
+    public this ( String name, bool append ){
         implMissing( __FILE__, __LINE__ );
     }