diff options
author | Jo Shields <directhex@apebox.org> | 2014-02-19 22:12:43 +0000 |
---|---|---|
committer | Jo Shields <directhex@apebox.org> | 2014-02-19 22:12:43 +0000 |
commit | 9972bf87b4f27d9c8f358ef8414ac1ab957a2f0f (patch) | |
tree | 5bb230c1d698659115f918e243c1d4b0aa4c7f51 /mcs/class/PEAPI/PEAPI.cs | |
parent | d0a215f5626219ff7927f576588a777e5331c7be (diff) | |
download | mono-upstream/3.2.8+dfsg.tar.gz |
Imported Upstream version 3.2.8+dfsgupstream/3.2.8+dfsg
Diffstat (limited to 'mcs/class/PEAPI/PEAPI.cs')
-rw-r--r-- | mcs/class/PEAPI/PEAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/PEAPI/PEAPI.cs b/mcs/class/PEAPI/PEAPI.cs index ce259c0739..46672255e0 100644 --- a/mcs/class/PEAPI/PEAPI.cs +++ b/mcs/class/PEAPI/PEAPI.cs @@ -753,9 +753,9 @@ namespace PEAPI { return modRef; } - public ClassRef AddExternClass(string name, TypeAttr attrs, MetaDataElement declRef) + public ClassRef AddExternClass(string ns, string name, TypeAttr attrs, MetaDataElement declRef) { - return new ExternClassRef (attrs, null, name, declRef, metaData); + return new ExternClassRef (attrs, ns, name, declRef, metaData); } /// <summary> |