diff dwtx/jface/text/SequentialRewriteTextStore.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children 5cf141e43417
line wrap: on
line diff
--- a/dwtx/jface/text/SequentialRewriteTextStore.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/SequentialRewriteTextStore.d	Sun Aug 24 22:35:05 2008 +0200
@@ -194,7 +194,7 @@
     /** The source text store */
     private ITextStore fSource;
     /** A flag to enforce sequential access. */
-    private static final bool ASSERT_SEQUENTIALITY= false;
+    private static const bool ASSERT_SEQUENTIALITY= false;
 
 
     /**