diff dwtx/jface/text/Line.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children
line wrap: on
line diff
--- a/dwtx/jface/text/Line.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/Line.d	Sun Aug 24 22:34:04 2008 +0200
@@ -169,7 +169,7 @@
     /** The length of the line */
     public int length;
     /** The delimiter of this line */
-    public final String delimiter;
+    public const String delimiter;
 
     /**
      * Creates a new Line.