diff dwtx/jface/text/source/SourceViewerConfiguration.d @ 135:65801ad2b265

Regex fix for anon classes
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:52:31 +0200
parents 7d818bd32d63
children 02cd5f1224d3
line wrap: on
line diff
--- a/dwtx/jface/text/source/SourceViewerConfiguration.d	Sun Aug 24 01:46:20 2008 +0200
+++ b/dwtx/jface/text/source/SourceViewerConfiguration.d	Sun Aug 24 01:52:31 2008 +0200
@@ -395,7 +395,7 @@
      * @since 2.0
      */
     public IInformationControlCreator getInformationControlCreator(ISourceViewer sourceViewer) {
-        return new IInformationControlCreator() {
+        return new class()  IInformationControlCreator {
             public IInformationControl createInformationControl(Shell parent) {
                 return new DefaultInformationControl(parent);
             }