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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/CursorLinePainter.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/CursorLinePainter.d	Sun Aug 24 22:34:04 2008 +0200
@@ -180,7 +180,7 @@
 public class CursorLinePainter : IPainter, LineBackgroundListener {
 
     /** The viewer the painter works on */
-    private final ITextViewer fViewer;
+    private const ITextViewer fViewer;
     /** The cursor line back ground color */
     private Color fHighlightColor;
     /** The paint position manager for managing the line coordinates */