changeset 115:ae94c50641a0

Fix compile error
author Frank Benoit <benoit@tionex.de>
date Fri, 08 Aug 2008 11:26:13 +0200
parents efda8ce1120b
children 1c497c6c0ad8
files dwtx/draw2d/graph/NestingTree.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwtx/draw2d/graph/NestingTree.d	Fri Aug 08 11:23:41 2008 +0200
+++ b/dwtx/draw2d/graph/NestingTree.d	Fri Aug 08 11:26:13 2008 +0200
@@ -63,7 +63,7 @@
         addToNestingTree(nestingMap, node);
     }
 
-    return cast(NestingTree)nestingMap.get(null);
+    return cast(NestingTree)nestingMap.get(cast(Object)null);
 }
 
 void calculateSortValues() {