diff dwt/dwthelper/utils.d @ 57:41dbc4d9faab

Update to tango trunk -r3152. Thanks DavidLeon for the adjustment of TracedException to Exception and creating the patch.
author Frank Benoit <benoit@tionex.de>
date Mon, 04 Feb 2008 12:46:24 +0100
parents 0553f4e8ed93
children 66203354c9d3
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Mon Feb 04 12:34:19 2008 +0100
+++ b/dwt/dwthelper/utils.d	Mon Feb 04 12:46:24 2008 +0100
@@ -135,7 +135,7 @@
     this( char[] e ){
         super(e);
     }
-    this( TracedException e ){
+    this( Exception e ){
         super(e.toString);
     }
 }