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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 6dcb0baaa031
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/ListLineTracker.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/ListLineTracker.d	Sun Aug 24 22:34:04 2008 +0200
@@ -180,7 +180,7 @@
 abstract class ListLineTracker : ILineTracker {
 
     /** The line information */
-    private final List fLines= new ArrayList();
+    private const List fLines= new ArrayList();
     /** The length of the tracked text */
     private int fTextLength;