Skip to content

Commit

Permalink
Make CPPopUpButton selectedTag private API to match Cocoa.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Mar 26, 2012
1 parent 68c794b commit aba7fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPPopUpButton.j
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down");
/*!
@ignore
*/
- (int)selectedTag
- (int)_selectedTag
{
return [[self selectedItem] tag];
}
Expand Down

0 comments on commit aba7fd5

Please sign in to comment.