Changeset 1046

Show
Ignore:
Timestamp:
11/10/07 19:42:39 (10 months ago)
Author:
kris
Message:

whoops - forgot that UText was wchar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mango/icu/UDateFormat.d

    r1045 r1046  
    181181        this (Style time, Style date, inout ULocale locale, inout UTimeZone tz, UText pattern=null) 
    182182        { 
    183                 Error e; 
    184                 char* p; 
    185                 uint  c; 
     183                Error e; 
     184                wchar* p; 
     185                uint  c; 
    186186 
    187187                if (pattern)