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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 02cd5f1224d3
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/source/OverviewRuler.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/source/OverviewRuler.d	Sun Aug 24 22:35:05 2008 +0200
@@ -352,8 +352,8 @@
         }
     }
 
-    private static final int INSET= 2;
-    private static final int ANNOTATION_HEIGHT= 4;
+    private static const int INSET= 2;
+    private static const int ANNOTATION_HEIGHT= 4;
     private static bool ANNOTATION_HEIGHT_SCALABLE= true;