diff dwtx/jface/text/templates/InclusivePositionUpdater.d @ 140:26688fec6d23

Following dsss compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 03:23:46 +0200
parents 7d818bd32d63
children 75302ef3f92f
line wrap: on
line diff
--- a/dwtx/jface/text/templates/InclusivePositionUpdater.d	Sun Aug 24 02:31:41 2008 +0200
+++ b/dwtx/jface/text/templates/InclusivePositionUpdater.d	Sun Aug 24 03:23:46 2008 +0200
@@ -107,7 +107,7 @@
                     position.setLength(length - deleted + eventNewLength);
                 } else {
                     // event consumes the position - delete it
-                    position.delete();
+                    position.delete_();
                 }
             }
         } catch (BadPositionCategoryException e) {