summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 22b64e5..129ba0e 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -2821,7 +2821,7 @@ Pcre conffile_r("^'(.*)' '(.*)' ([01]) ([01])$");
return reusing;
}
-- (BOOL) canSelectRow:(int)row {
+- (BOOL) table:(UITable *)table canSelectRow:(int)row {
return NO;
}