Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
NSColor.AlphaComponent: MarshalNativeExceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
abock committed Apr 24, 2013
1 parent 0b5e664 commit 53f76f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,7 @@ public partial interface NSColor {
void _GetComponents (IntPtr components);

[Export ("alphaComponent")]
float AlphaComponent { get; }
float AlphaComponent { [MarshalNativeExceptions] get; }

[Static]
[Export ("colorFromPasteboard:")]
Expand Down

0 comments on commit 53f76f9

Please sign in to comment.