diff dwtx/jface/text/templates/persistence/TemplateStore.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/templates/persistence/TemplateStore.d	Sun Aug 24 01:46:20 2008 +0200
+++ b/dwtx/jface/text/templates/persistence/TemplateStore.d	Sun Aug 24 01:52:31 2008 +0200
@@ -126,7 +126,7 @@
      */
     public final void startListeningForPreferenceChanges() {
         if (fPropertyListener is null) {
-            fPropertyListener= new IPropertyChangeListener() {
+            fPropertyListener= new class()  IPropertyChangeListener {
                 public void propertyChange(PropertyChangeEvent event) {
                     /*
                      * Don't load if we are in the process of saving ourselves. We are in sync anyway after the