diff dwtx/jface/text/source/projection/ProjectionSupport.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/source/projection/ProjectionSupport.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/source/projection/ProjectionSupport.d	Sun Aug 24 22:34:04 2008 +0200
@@ -61,7 +61,7 @@
      * Key of the projection annotation model inside the visual annotation
      * model. Also internally used as key for the projection drawing strategy.
      */
-    public final static Object PROJECTION= new Object();
+    public const static Object PROJECTION= new Object();
 
     private static class ProjectionAnnotationsPainter : AnnotationPainter {