Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Apply the core fix for #13771
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Feb 12, 2014
1 parent 001abc8 commit 7f7d684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appkit.cs
Expand Up @@ -13845,7 +13845,7 @@ public interface NSTreeNode {
IntPtr Constructor (NSObject modelObject);

[Export ("representedObject")]
NSTreeNode RepresentedObject { get; }
NSObject RepresentedObject { get; }

[Export ("indexPath")]
NSIndexPath IndexPath { get; }
Expand Down

0 comments on commit 7f7d684

Please sign in to comment.