Make CPPopUpButton selectedTag private API to match Cocoa.

This commit is contained in:
Alexander Ljungberg
2012-03-26 19:55:50 +01:00
parent 68c794bf9d
commit aba7fd5527
+1 -1
View File
@@ -249,7 +249,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down");
/*!
@ignore
*/
- (int)selectedTag
- (int)_selectedTag
{
return [[self selectedItem] tag];
}