Updated right click delegate method

This commit is contained in:
Matthias Hochgatterer
2011-08-06 18:12:58 +02:00
parent 3af6cd1045
commit 7a7795cd5d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
}
}
- (BOOL)shouldSelectRowOnRightClick{
- (BOOL)shouldSelectRowOnRightClick:(TUITableView*)tableView{
return YES;
}