changeset 307:10de361de572

typo
author Frank Benoit <benoit@tionex.de>
date Tue, 09 Sep 2008 06:35:22 +0200
parents 745001b1a52c
children 8d53428f9be0
files dwt/dwthelper/utils.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Mon Sep 08 11:32:37 2008 +0200
+++ b/dwt/dwthelper/utils.d	Tue Sep 09 06:35:22 2008 +0200
@@ -812,7 +812,7 @@
     dst[ dstBegin .. dstBegin + srcEnd - srcBegin ] = src[ srcBegin .. srcEnd ];
 }
 
-public char[] toWCharArray( String str ){
+public wchar[] toWCharArray( String str ){
     return toString16(str);
 }