diff dmd/TemplateTupleParameter.d @ 94:3a0b150c9841

Objects -> Vector!Object iteration 1
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Mon, 30 Aug 2010 23:00:34 +0100
parents 2e2a5c3f943a
children 3482c73a991b
line wrap: on
line diff
--- a/dmd/TemplateTupleParameter.d	Mon Aug 30 22:50:30 2010 +0200
+++ b/dmd/TemplateTupleParameter.d	Mon Aug 30 23:00:34 2010 +0100
@@ -137,12 +137,12 @@
 			}
 		}
 		*psparam = new TupleDeclaration(loc, ident, ovar.objects);
-		dedtypes.data[i] = cast(void*)ovar;
+		dedtypes[i] = ovar;
 
 		return MATCH.MATCHexact;
 	}
 	
-    override void* dummyArg()
+    override Object dummyArg()
 	{
 		return null;
 	}