diff -r eefd6d066768 -r ba5c794adae3 project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m --- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Sun Mar 11 20:43:15 2018 +0100 +++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Sun Mar 11 22:39:40 2018 +0100 @@ -183,14 +183,14 @@ return cell; } --(CGFloat) tableView:(UITableView *)aTableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { +- (CGFloat)tableView:(UITableView *)aTableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { if (0 == [indexPath section]) return aTableView.rowHeight; else return IS_ON_PORTRAIT() ? 208 : 120; } --(NSString *)tableView:(UITableView *)aTableView titleForHeaderInSection:(NSInteger)section { +- (NSString *)tableView:(UITableView *)aTableView titleForHeaderInSection:(NSInteger)section { NSString *sectionTitle = nil; switch (section) { case 0: