diff dmd/TypeAArray.d @ 103:e6090d1aea7c

fixed dmd.Id + some small fixups
author Trass3r
date Tue, 31 Aug 2010 16:22:22 +0200
parents acd69f84627e
children 2f57c5ecd3b2
line wrap: on
line diff
--- a/dmd/TypeAArray.d	Tue Aug 31 04:04:33 2010 +0200
+++ b/dmd/TypeAArray.d	Tue Aug 31 16:22:22 2010 +0200
@@ -176,8 +176,8 @@
 				 */
 				TemplateInstance ti = new TemplateInstance(loc, Id.AssociativeArray);
 				Objects tiargs = new Objects();
-				tiargs.push(index);
-				tiargs.push(next);
+				tiargs.push(cast(void*)index);
+				tiargs.push(cast(void*)next);
 				ti.tiargs = tiargs;
 	
 				ti.semantic(sc);