[Bind] Fixed an issue where CLS-compliance was incorrectly overriden
authorthefiddler <stapostol@gmail.com>
Mon, 21 Jul 2014 14:53:02 +0000 (16:53 +0200)
committerthefiddler <stapostol@gmail.com>
Mon, 21 Jul 2014 14:53:02 +0000 (16:53 +0200)
Source/Bind/Structures/Delegate.cs

index 5c072d1..61f290b 100644 (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;
         }