diff dwt/widgets/Slider.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents c7f7f4d7091a
children
line wrap: on
line diff
--- a/dwt/widgets/Slider.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/widgets/Slider.d	Thu Jan 15 23:08:54 2009 +0100
@@ -15,7 +15,7 @@
 
 import dwt.dwthelper.utils;
 
- 
+
 import dwt.DWT;
 import dwt.DWTException;
 import dwt.events.SelectionEvent;
@@ -88,7 +88,7 @@
     int minimum, maximum, thumb;
     int increment = 1;
     int pageIncrement = 10;
-
+    
 /**
  * Constructs a new instance of this class given its parent
  * and a style value describing its behavior and appearance.