X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FCrossAppDomainDelegate.cs;h=384ddfa0d2bf660f77ef858878c9430115a45fbc;hb=19a22ede0d65d0615a57075ca097220a1d50f514;hp=2624117b1d2db9b2ca3aa93f3be3eb8b5d6a864e;hpb=987f8c63e214937c50dcb308149f7558a2cbba41;p=mono.git diff --git a/mcs/class/corlib/System/CrossAppDomainDelegate.cs b/mcs/class/corlib/System/CrossAppDomainDelegate.cs index 2624117b1d2..384ddfa0d2b 100644 --- a/mcs/class/corlib/System/CrossAppDomainDelegate.cs +++ b/mcs/class/corlib/System/CrossAppDomainDelegate.cs @@ -32,5 +32,6 @@ namespace System { + [System.Runtime.InteropServices.ComVisible (true)] public delegate void CrossAppDomainDelegate (); }