Changeset 307:10de361de572

Show
Ignore:
Timestamp:
09/09/08 00:35:22 (2 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

typo

Files:

Legend:

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

    r306 r307  
    813813} 
    814814 
    815 public char[] toWCharArray( String str ){ 
     815public wchar[] toWCharArray( String str ){ 
    816816    return toString16(str); 
    817817}