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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 53b889547456
children 000f9136b8f7
line wrap: on
line diff
--- a/dwtx/jface/text/AbstractHoverInformationControlManager.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/AbstractHoverInformationControlManager.d	Sun Aug 24 22:34:04 2008 +0200
@@ -564,7 +564,7 @@
     class MouseTracker : ShellAdapter , MouseTrackListener, MouseMoveListener {
 
         /** Margin around the original hover event location for computing the hover area. */
-        private final static int EPSILON= 3;
+        private const static int EPSILON= 3;
 
         /** The area in which the original hover event occurred. */
         private Rectangle fHoverArea;