diff dmd/VarDeclaration.d @ 103:e6090d1aea7c

fixed dmd.Id + some small fixups
author Trass3r
date Tue, 31 Aug 2010 16:22:22 +0200
parents 5c859d5fbe27
children 12c0c84d13fd
line wrap: on
line diff
--- a/dmd/VarDeclaration.d	Tue Aug 31 04:04:33 2010 +0200
+++ b/dmd/VarDeclaration.d	Tue Aug 31 16:22:22 2010 +0200
@@ -582,7 +582,7 @@
 }
 				if (!ei.exp.implicitConvTo(type))
 				{
-					Type *ti = ei.exp.type.toBasetype();
+					Type ti = ei.exp.type.toBasetype();
 					// Look for constructor first
 					if (sd.ctor &&
 					    /* Initializing with the same type is done differently