Author: martin
Date: 2005-04-15 12:09:05 -0400 (Fri, 15 Apr 2005)
New Revision: 43063
Modified:
trunk/mcs/gmcs/class.cs
Log:
Small fix.
Modified: trunk/mcs/gmcs/class.cs
===================================================================
--- trunk/mcs/gmcs/class.cs 2005-04-15 16:08:36 UTC (rev 43062)
+++ trunk/mcs/gmcs/class.cs 2005-04-15 16:09:05 UTC (rev 43063)
@@ -1293,7 +1293,8 @@
}
}
- current_type = new SimpleName (Name,
TypeParameters, Location);
+ current_type = new ConstructedType (
+ TypeBuilder, TypeParameters,
Location);
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches