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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 26688fec6d23
children 000f9136b8f7
line wrap: on
line diff
--- a/dwtx/jface/text/AbstractLineTracker.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/AbstractLineTracker.d	Sun Aug 24 22:34:04 2008 +0200
@@ -202,9 +202,9 @@
      * @since 3.1
      */
     protected static class Request {
-        public final int offset;
-        public final int length;
-        public final String text;
+        public const int offset;
+        public const int length;
+        public const String text;
 
         public this(int offset, int length, String text) {
             this.offset= offset;