Show
Ignore:
Timestamp:
05/04/08 18:12:38 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted the char[] to String and use the an alias.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/dwthelper/OutputStream.d

    r0 r212  
    2828    } 
    2929 
    30     public void write(char[] c) { 
     30    public void write(String c) { 
    3131        ostr.write(c); 
    3232    }