changeset 285:2a558b06fef7

merge
author Frank Benoit <benoit@tionex.de>
date Wed, 20 Aug 2008 15:23:26 +0200
parents bb89fd34ec82 (current diff) 98fd89730a00 (diff)
children 0cb208cf22ea
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Wed Aug 20 15:20:55 2008 +0200
+++ b/dwt/dwthelper/utils.d	Wed Aug 20 15:23:26 2008 +0200
@@ -313,6 +313,8 @@
 
 }
 class Long : ValueWrapperT!(long) {
+    public static const long MIN_VALUE = long.min;
+    public static const long MAX_VALUE = long.max;
     this( long value ){
         super(value);
     }