Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mono / metadata / security-core-clr.c
index 235b9bec417f26a6ade591c7bd550cd43e3ec7ec..3fe3ac04867adab1867989d2365fc0a644e5e930 100644 (file)
@@ -6,6 +6,7 @@
  *     Sebastien Pouliot  <sebastien@ximian.com>
  *
  * Copyright 2007-2010 Novell, Inc (http://www.novell.com)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #include <mono/metadata/class-internals.h>
@@ -1063,7 +1064,7 @@ mono_security_core_clr_ensure_reflection_access_field (MonoClassField *field, Mo
        return TRUE;
 }
 
-void
+gboolean
 mono_security_core_clr_ensure_reflection_access_method (MonoMethod *method, MonoError *error)
 {
        mono_error_init (error);