diff dwtx/jface/text/source/VisualAnnotationModel.d @ 145:02cd5f1224d3

...
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:31:00 +0200
parents 51e6e63f930e
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/source/VisualAnnotationModel.d	Sun Aug 24 21:34:15 2008 +0200
+++ b/dwtx/jface/text/source/VisualAnnotationModel.d	Sun Aug 24 22:31:00 2008 +0200
@@ -191,7 +191,7 @@
      */
     public void modelChanged(IAnnotationModel model) {
         if (model is fModel) {
-            Iterator iter= new ArrayList(fAnnotationModelListeners).iterator();
+            Iterator iter= (new ArrayList(fAnnotationModelListeners)).iterator();
             while (iter.hasNext()) {
                 IAnnotationModelListener l= cast(IAnnotationModelListener)iter.next();
                 l.modelChanged(this);