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