changeset 217:d5b1c263ee37

utils import
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Apr 2008 22:24:38 +0200
parents 997624cece6a
children 0a390aaee2ee
files dwt/accessibility/AccessibleObject.d dwt/custom/BusyIndicator.d
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/accessibility/AccessibleObject.d	Sun Apr 06 22:24:08 2008 +0200
+++ b/dwt/accessibility/AccessibleObject.d	Sun Apr 06 22:24:38 2008 +0200
@@ -25,6 +25,7 @@
 import dwt.accessibility.AccessibleFactory;
 import dwt.widgets.Display;
 import dwt.dwthelper.Integer;
+import dwt.dwthelper.utils;
 import tango.io.Stdout;
 import tango.stdc.stringz;
 import tango.text.Util;
--- a/dwt/custom/BusyIndicator.d	Sun Apr 06 22:24:08 2008 +0200
+++ b/dwt/custom/BusyIndicator.d	Sun Apr 06 22:24:38 2008 +0200
@@ -20,6 +20,7 @@
 import dwt.widgets.Shell;
 import dwt.dwthelper.Integer;
 import dwt.dwthelper.Runnable;
+import dwt.dwthelper.utils;
 
 /**
  * Support for showing a Busy Cursor during a long running process.