changeset 322:96b14a31d9b3

Added missing dwthelper.utils imports. (catched by llvmdc)
author Frank Benoit <benoit@tionex.de>
date Mon, 06 Oct 2008 21:02:12 +0200
parents ffb904674b52
children 964972e7fa4d
files dwt/custom/CTabFolderLayout.d dwt/custom/ControlEditor.d dwt/custom/TableTreeEditor.d dwt/custom/TreeEditor.d dwt/custom/ViewFormLayout.d dwt/widgets/Canvas.d dwt/widgets/CoolItem.d dwt/widgets/Scrollable.d dwt/widgets/Slider.d
diffstat 9 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/custom/CTabFolderLayout.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/custom/CTabFolderLayout.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,6 +12,7 @@
  *******************************************************************************/
 module dwt.custom.CTabFolderLayout;
 
+import dwt.dwthelper.utils;
 
 import dwt.DWT;
 import dwt.graphics.GC;
--- a/dwt/custom/ControlEditor.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/custom/ControlEditor.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,7 +12,7 @@
  *******************************************************************************/
 module dwt.custom.ControlEditor;
 
-
+import dwt.dwthelper.utils;
 
 import dwt.DWT;
 import dwt.graphics.Rectangle;
--- a/dwt/custom/TableTreeEditor.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/custom/TableTreeEditor.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,6 +12,7 @@
  *******************************************************************************/
 module dwt.custom.TableTreeEditor;
 
+import dwt.dwthelper.utils;
 
 
 import dwt.DWT;
--- a/dwt/custom/TreeEditor.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/custom/TreeEditor.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,6 +12,7 @@
  *******************************************************************************/
 module dwt.custom.TreeEditor;
 
+import dwt.dwthelper.utils;
 
 
 import dwt.DWT;
--- a/dwt/custom/ViewFormLayout.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/custom/ViewFormLayout.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,6 +12,7 @@
  *******************************************************************************/
 module dwt.custom.ViewFormLayout;
 
+import dwt.dwthelper.utils;
 
 import dwt.DWT;
 import dwt.graphics.Point;
--- a/dwt/widgets/Canvas.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/widgets/Canvas.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,7 +12,7 @@
  *******************************************************************************/
 module dwt.widgets.Canvas;
 
-
+import dwt.dwthelper.utils;
 import dwt.graphics.Point;
 import dwt.internal.gtk.OS;
 import dwt.DWT;
--- a/dwt/widgets/CoolItem.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/widgets/CoolItem.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,6 +12,7 @@
  *******************************************************************************/
 module dwt.widgets.CoolItem;
 
+import dwt.dwthelper.utils;
 import dwt.DWT;
 import dwt.DWTException;
 import dwt.events.SelectionEvent;
--- a/dwt/widgets/Scrollable.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/widgets/Scrollable.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,6 +12,7 @@
  *******************************************************************************/
 module dwt.widgets.Scrollable;
 
+import dwt.dwthelper.utils;
 
 import dwt.DWT;
 import dwt.internal.gtk.OS;
--- a/dwt/widgets/Slider.d	Sat Sep 27 15:58:22 2008 +0200
+++ b/dwt/widgets/Slider.d	Mon Oct 06 21:02:12 2008 +0200
@@ -12,6 +12,7 @@
  *******************************************************************************/
 module dwt.widgets.Slider;
 
+import dwt.dwthelper.utils;
 
 import dwt.widgets.Control;
 import dwt.widgets.Composite;