diff dwt/dwthelper/FileOutputStream.d @ 238:380bad9f6852

reverted char[] to String
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:42:55 +0200
parents 0c78fa47d476
children cc1d3de0e80b
line wrap: on
line diff
--- a/dwt/dwthelper/FileOutputStream.d	Sat Apr 26 10:01:30 2008 +0200
+++ b/dwt/dwthelper/FileOutputStream.d	Mon May 05 00:42:55 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__ );
     }