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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 51e6e63f930e
children 000f9136b8f7
line wrap: on
line diff
--- a/dwtx/jface/text/SequentialRewriteTextStore.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/SequentialRewriteTextStore.d	Sun Aug 24 22:34:04 2008 +0200
@@ -177,9 +177,9 @@
      */
     private static class Replace {
         public int newOffset;
-        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 newOffset, int length, String text) {
             this.newOffset= newOffset;