Clean up serverbrowser.mm
FossilOrigin-Name: 4d3e20926014cf9b4cbc48b2636feb3521c5514814d98799b63dec28aee39c42
This commit is contained in:
parent
90fc249052
commit
2fe9b5079f
4 changed files with 242 additions and 179 deletions
|
@ -15,7 +15,7 @@
|
|||
{
|
||||
MenuItem *otherItem;
|
||||
|
||||
if (![otherObject isKindOfClass:[MenuItem class]])
|
||||
if (![otherObject isKindOfClass:MenuItem.class])
|
||||
@throw [OFInvalidArgumentException exception];
|
||||
|
||||
int x = (int)_text.longLongValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue