Clean up serverbrowser.mm

FossilOrigin-Name: 4d3e20926014cf9b4cbc48b2636feb3521c5514814d98799b63dec28aee39c42
This commit is contained in:
Jonathan Schleifer 2025-03-09 21:33:54 +00:00
parent 90fc249052
commit 2fe9b5079f
4 changed files with 242 additions and 179 deletions

View file

@ -15,7 +15,7 @@
{
MenuItem *otherItem;
if (![otherObject isKindOfClass:[MenuItem class]])
if (![otherObject isKindOfClass:MenuItem.class])
@throw [OFInvalidArgumentException exception];
int x = (int)_text.longLongValue;