diff dmd/TypeSlice.d @ 130:60bb0fe4563e

dmdfe 2.037 first main iteration
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Thu, 09 Sep 2010 22:51:44 +0100
parents 1765f3ef917d
children e3afd1303184
line wrap: on
line diff
--- a/dmd/TypeSlice.d	Sun Sep 05 15:32:22 2010 +0400
+++ b/dmd/TypeSlice.d	Thu Sep 09 22:51:44 2010 +0100
@@ -14,7 +14,7 @@
 import dmd.TypeTuple;
 import dmd.WANT;
 import dmd.ArrayTypes;
-import dmd.Argument;
+import dmd.Parameter;
 import dmd.SliceExp;
 import dmd.TupleDeclaration;
 import dmd.ScopeDsymbol;
@@ -79,7 +79,7 @@
 			return Type.terror;
 		}
 
-		auto args = new Arguments;
+		auto args = new Parameters;
 		args.reserve(cast(size_t)(i2 - i1));
 		for (size_t i = cast(size_t)i1; i < cast(size_t)i2; i++)
 		{