diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 57767f5..8249c0a 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -70,7 +70,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray *ide return YES; } - if (findCell((ASNodeController *)child, identifiers)) { // Cast to ASNodeController + if (findCell(child, identifiers)) { return YES; } }