2010-05-10 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / ilasm / codegen / CustomAttr.cs
index 60809ed78c4cc2c1b822655ae01f76090702c802..964a2ff6b630a51f6e9d2a7ec0f04f7758d3377f 100644 (file)
@@ -19,10 +19,10 @@ namespace Mono.ILASM {
 
         public class CustomAttr {
 
-                private IMethodRef method_ref;
+                private BaseMethodRef method_ref;
                 private byte[] data;
 
-                public CustomAttr (IMethodRef method_ref, byte[] data)
+                public CustomAttr (BaseMethodRef method_ref, byte[] data)
                 {
                         this.method_ref = method_ref;
                         this.data = data;