Changeset 238:380bad9f6852 for dwt/graphics/Region.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/graphics/Region.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/Region.d
r195 r238 12 12 *******************************************************************************/ 13 13 module dwt.graphics.Region; 14 15 import dwt.dwthelper.utils; 14 16 15 17 … … 594 596 * @return a string representation of the receiver 595 597 */ 596 public override char[]toString () {598 public override String toString () { 597 599 if (isDisposed()) return "Region {*DISPOSED*}"; 598 600 return Format( "Region {{{}}", handle );
