Changeset 212:ab60f3309436 for dwt/dwthelper/OutputStream.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/dwthelper/OutputStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/OutputStream.d
r0 r212 28 28 } 29 29 30 public void write( char[]c) {30 public void write(String c) { 31 31 ostr.write(c); 32 32 }
