changeset 173:dc54a7de268d

make TextStyle equals to dwt-win
author Frank Benoit <benoit@tionex.de>
date Sat, 23 Feb 2008 18:40:21 +0100
parents f8e1b2d9e02f
children 384b3a0c9cd7
files dwt/graphics/TextStyle.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/graphics/TextStyle.d	Sat Feb 23 18:35:06 2008 +0100
+++ b/dwt/graphics/TextStyle.d	Sat Feb 23 18:40:21 2008 +0100
@@ -160,7 +160,7 @@
  *
  * @return a string representation of the <code>TextStyle</code>
  */
-public override char[] toString () {
+override public char[] toString () {
     char[] buffer = "TextStyle {";
     int startLength = buffer.length;
     if (font !is null) {