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

Regex fix for anon classes
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:52:31 +0200
parents 51e6e63f930e
children 6dcb0baaa031
line wrap: on
line diff
--- a/dwtx/jface/text/source/projection/ProjectionViewer.d	Sun Aug 24 01:46:20 2008 +0200
+++ b/dwtx/jface/text/source/projection/ProjectionViewer.d	Sun Aug 24 01:52:31 2008 +0200
@@ -906,7 +906,7 @@
                 if (widget !is null) {
                     Display display= widget.getDisplay();
                     if (display !is null) {
-                        display.asyncExec(new Runnable() {
+                        display.asyncExec(new class()  Runnable {
                             public void run() {
                                 try {
                                     while (true) {