diff dmd/Type.d @ 74:7e0d548de9e6

Switch Arrays of Dsymbols to the new templated Vector type
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Sun, 29 Aug 2010 09:43:40 +0100
parents ef02e2e203c2
children 43073c7c7769
line wrap: on
line diff
--- a/dmd/Type.d	Sat Aug 28 19:42:41 2010 +0400
+++ b/dmd/Type.d	Sun Aug 29 09:43:40 2010 +0100
@@ -2123,7 +2123,7 @@
 				{	
 					// Find module that will go all the way to an object file
 					Module m = sc.module_.importedFrom;
-					m.members.push(cast(void*)t.vtinfo);
+					m.members.push(t.vtinfo);
 				}
 				else			// if in obj generation pass
 				{