changeset 112:9cb927d16b0a

Fix missing import
author Frank Benoit <benoit@tionex.de>
date Fri, 08 Aug 2008 00:21:19 +0200
parents c0489adc02b9
children 5a082a5e1a5b
files dwtx/dwtxhelper/Bean.d
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dwtx/dwtxhelper/Bean.d	Thu Aug 07 17:39:11 2008 +0200
+++ b/dwtx/dwtxhelper/Bean.d	Fri Aug 08 00:21:19 2008 +0200
@@ -1,6 +1,7 @@
 module dwtx.dwtxhelper.Bean;
 
 import dwt.dwthelper.utils;
+static import tango.core.Array;
 
 class PropertyChangeEvent : EventObject {
     private String propertyName;