diff dwtx/text/edits/UndoCollector.d @ 159:7926b636c282

...
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 01:57:58 +0200
parents c4fb132a086c
children
line wrap: on
line diff
--- a/dwtx/text/edits/UndoCollector.d	Tue Aug 26 02:46:34 2008 +0200
+++ b/dwtx/text/edits/UndoCollector.d	Wed Aug 27 01:57:58 2008 +0200
@@ -48,6 +48,11 @@
 class UndoCollector : IDocumentListener {
 
     protected UndoEdit undo;
+
+    package UndoEdit undo_package(){
+        return undo;
+    }
+
     private int fOffset;
     private int fLength;