diff dwt/graphics/TextLayout.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
line wrap: on
line diff
--- a/dwt/graphics/TextLayout.d	Tue Aug 19 17:40:11 2008 +0200
+++ b/dwt/graphics/TextLayout.d	Wed Aug 27 13:48:25 2008 +0200
@@ -43,7 +43,7 @@
  * 
  *  @since 3.0
  */
-public final class TextLayout extends Resource {
+public final class TextLayout : Resource {
     
     NSTextStorage textStorage;
     NSLayoutManager layoutManager;