diff dwtx/jface/text/source/AnnotationModel.d @ 137:25170b5a8951

Regex this.outer change
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:22:48 +0200
parents 6dcb0baaa031
children b6bad70d540a
line wrap: on
line diff
--- a/dwtx/jface/text/source/AnnotationModel.d	Sun Aug 24 02:20:40 2008 +0200
+++ b/dwtx/jface/text/source/AnnotationModel.d	Sun Aug 24 02:22:48 2008 +0200
@@ -317,14 +317,14 @@
          * @see dwtx.jface.text.source.IAnnotationModelListener#modelChanged(dwtx.jface.text.source.IAnnotationModel)
          */
         public void modelChanged(IAnnotationModel model) {
-            AnnotationModel.this.fireModelChanged(new AnnotationModelEvent(model, true));
+            this.outer.fireModelChanged(new AnnotationModelEvent(model, true));
         }
 
         /*
          * @see dwtx.jface.text.source.IAnnotationModelListenerExtension#modelChanged(dwtx.jface.text.source.AnnotationModelEvent)
          */
         public void modelChanged(AnnotationModelEvent event) {
-            AnnotationModel.this.fireModelChanged(event);
+            this.outer.fireModelChanged(event);
         }
     }