Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2006-03-21 00:53:54 +0300
committerMarek Safar <marek.safar@gmail.com>2006-03-21 00:53:54 +0300
commit70172245210bb6f204d1721fe0e0cb2b413ccd61 (patch)
tree017f2bfd0e3f12a87e14c8eb683c340afded5334 /mcs/gmcs/typemanager.cs
parentd5d1edc60527d3ba9df85abde465949e5a1d8d8f (diff)
manually synchronized with 56802
svn path=/trunk/mcs/; revision=58206
Diffstat (limited to 'mcs/gmcs/typemanager.cs')
-rw-r--r--mcs/gmcs/typemanager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/gmcs/typemanager.cs b/mcs/gmcs/typemanager.cs
index 71b5e1a5d6f..58f1c722cad 100644
--- a/mcs/gmcs/typemanager.cs
+++ b/mcs/gmcs/typemanager.cs
@@ -2015,7 +2015,7 @@ public partial class TypeManager {
/// This expands in context like: IA; IB : IA; IC : IA, IB; the interface "IC" to
/// be IA, IB, IC.
/// </remarks>
- public static Type[] ExpandInterfaces (EmitContext ec, TypeExpr [] base_interfaces)
+ public static Type[] ExpandInterfaces (IResolveContext ec, TypeExpr [] base_interfaces)
{
ArrayList new_ifaces = new ArrayList ();