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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 26688fec6d23
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/TreeLineTracker.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/TreeLineTracker.d	Sun Aug 24 22:35:05 2008 +0200
@@ -222,13 +222,13 @@
      * Turns assertions on/off. Don't make this a a debug option for performance reasons - this way
      * the compiler can optimize the asserts away.
      */
-    private static final bool ASSERT= false;
+    private static const bool ASSERT= false;
 
     /**
      * The empty delimiter of the last line. The last line and only the last line must have this
      * zero-length delimiter.
      */
-    private static final String NO_DELIM= ""; //$NON-NLS-1$
+    private static const String NO_DELIM= ""; //$NON-NLS-1$
 
     /**
      * A node represents one line. Its character and line offsets are 0-based and relative to the