diff dwt/graphics/Pattern.d @ 60:62202ce0039f

Updated and fixed many modules to 3.514
author Jacob Carlborg <doob@me.com>
date Mon, 22 Dec 2008 15:10:19 +0100
parents cfa563df4fdd
children e91dcbf77cc7
line wrap: on
line diff
--- a/dwt/graphics/Pattern.d	Tue Dec 09 21:52:21 2008 +0100
+++ b/dwt/graphics/Pattern.d	Mon Dec 22 15:10:19 2008 +0100
@@ -233,7 +233,7 @@
  */
 public String toString() {
     if (isDisposed()) return "Pattern {*DISPOSED*}";
-    return Format("Pattern {{}{}" , (color !is null ? color.id_ : gradient.id_) , "}");
+    return Format("Pattern {{}{}" , (color !is null ? color.id : gradient.id) , "}");
 }
     
 }