diff dwt/dwthelper/utils.d @ 15:2952d5604c0a

Ported some widgets, added some stuff to the runtime bindings
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 29 Aug 2008 21:46:05 +0200
parents 762fbe6f17d3
children 5b53d338c709
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Sat Aug 23 13:49:00 2008 +0200
+++ b/dwt/dwthelper/utils.d	Fri Aug 29 21:46:05 2008 +0200
@@ -31,6 +31,8 @@
 alias Exception Throwable;
 alias Exception RuntimeException;
 
+alias ClassInfo Class;
+
 void implMissing( String file, uint line ){
     Stderr.formatln( "implementation missing in file {} line {}", file, line );
     Stderr.formatln( "exiting ..." );