diff dwtx/jface/text/source/SourceViewerConfiguration.d @ 158:25f1f92fa3df

...
author Frank Benoit <benoit@tionex.de>
date Tue, 26 Aug 2008 02:46:34 +0200
parents f70d9508c95c
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/jface/text/source/SourceViewerConfiguration.d	Mon Aug 25 19:06:44 2008 +0200
+++ b/dwtx/jface/text/source/SourceViewerConfiguration.d	Tue Aug 26 02:46:34 2008 +0200
@@ -411,7 +411,7 @@
      * @return an information presenter <code>null</code> if  no information presenter should be installed
      * @since 2.0
      */
-    public IInformationPresenter getInformationPresenter(ISourceViewer sourceViewer) {
+    public dwtx.jface.text.information.IInformationPresenter.IInformationPresenter getInformationPresenter(ISourceViewer sourceViewer) {
         return null;
     }