diff dwt/widgets/IME.d @ 36:db5a898b2119

Fixed a lot of compile errors
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 07 Oct 2008 12:56:18 +0200
parents d4399516bdc2
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/widgets/IME.d	Sun Sep 14 23:32:29 2008 +0200
+++ b/dwt/widgets/IME.d	Tue Oct 07 12:56:18 2008 +0200
@@ -18,6 +18,8 @@
 import dwt.graphics.TextStyle;
 
 import dwt.dwthelper.utils;
+import dwt.widgets.Canvas;
+import dwt.widgets.Widget;
 
 public class IME : Widget {
     Canvas parent;