diff dwt/widgets/Sash.d @ 212:ab60f3309436

reverted the char[] to String and use the an alias.
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:12:38 +0200
parents 25f88bf5a6df
children 36f5cb12e1a2
line wrap: on
line diff
--- a/dwt/widgets/Sash.d	Sat Apr 26 10:01:48 2008 +0200
+++ b/dwt/widgets/Sash.d	Mon May 05 00:12:38 2008 +0200
@@ -189,7 +189,7 @@
     eventTable.unhook (DWT.DefaultSelection,listener);
 }
 
-override char[] windowClass () {
+override String windowClass () {
     return display.windowClass();
 }