[Bind] Fixed an issue where CLS-compliance was incorrectly overriden

This commit is contained in:
thefiddler 2014-07-21 16:53:02 +02:00
parent e0a3b73130
commit 093dd1d1ca

View file

@ -53,7 +53,7 @@ namespace Bind.Structures
DeprecatedVersion = d.DeprecatedVersion;
EntryPoint = d.EntryPoint;
Obsolete = d.Obsolete;
CLSCompliant = d.CLSCompliant;
cls_compliance_overriden = d.cls_compliance_overriden;
Slot = d.Slot;
}