diff dmd/TypeInfoAssociativeArrayDeclaration.d @ 96:acd69f84627e

further work
author Trass3r
date Tue, 31 Aug 2010 02:12:15 +0200
parents ef02e2e203c2
children e28b18c23469
line wrap: on
line diff
--- a/dmd/TypeInfoAssociativeArrayDeclaration.d	Mon Aug 30 23:08:44 2010 +0200
+++ b/dmd/TypeInfoAssociativeArrayDeclaration.d	Tue Aug 31 02:12:15 2010 +0200
@@ -31,6 +31,9 @@
 
 		tc.index.getTypeInfo(null);
 		dtxoff(pdt, tc.index.vtinfo.toSymbol(), 0, TYnptr); // TypeInfo for array of type
+		
+		tc.getImpl().type.getTypeInfo(null);
+	    dtxoff(pdt, tc.getImpl().type.vtinfo.toSymbol(), 0, TYnptr); // impl
 	}
 }