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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/CompletionProposalPopup.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/contentassist/CompletionProposalPopup.d	Sun Aug 24 22:35:05 2008 +0200
@@ -132,7 +132,7 @@
      *      More details see also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=98585#c36
      * @since 3.1
      */
-    private static final bool USE_VIRTUAL= !"motif".equals(DWT.getPlatform()); //$NON-NLS-1$
+    private static const bool USE_VIRTUAL= !"motif".equals(DWT.getPlatform()); //$NON-NLS-1$
 
 
     /**