From: thefiddler Date: Mon, 21 Jul 2014 14:53:02 +0000 (+0200) Subject: [Bind] Fixed an issue where CLS-compliance was incorrectly overriden X-Git-Tag: 2.0-0~107^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=093dd1d1caf17fee3ab92a569591aba2f187485d;p=platform%2Fcore%2Fcsapi%2Fopentk.git [Bind] Fixed an issue where CLS-compliance was incorrectly overriden --- diff --git a/Source/Bind/Structures/Delegate.cs b/Source/Bind/Structures/Delegate.cs index 5c072d1..61f290b 100644 --- a/Source/Bind/Structures/Delegate.cs +++ b/Source/Bind/Structures/Delegate.cs @@ -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; }