2007-08-20 Mark Probst <mark.probst@gmail.com>
[mono.git] / mcs / class / corlib / System.Security / SecurityManager.cs
index 9ded3000276d1cc923378f7ca0fc1c14d78fafb0..ea848fb90d905ada3df8aaf38a0acfef9a30e896 100644 (file)
@@ -736,7 +736,7 @@ namespace System.Security {
                }
 
 #if NET_2_1
-               private static void MethodAccessException (MethodInfo caller, MethodInfo callee)
+               private static void MethodAccessException (IntPtr caller, IntPtr callee)
                {
                        throw new MethodAccessException (Locale.GetText ("Method call not allowed."));
                }