diff -r 443cce9e060f -r 485cfecadc9a project_files/HedgewarsMobile/Classes/HoldTableViewCell.h --- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h Sun Oct 09 20:03:04 2011 -0400 +++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h Mon Oct 10 02:50:01 2011 +0200 @@ -23,7 +23,7 @@ @protocol HoldTableViewCellDelegate --(void) holdAction:(NSString *)content; +-(void) holdAction:(NSString *)content onTable:(UITableView *)aTableView; @end