Skip to content

Commit

Permalink
[BUG] Fix type mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Tramer committed Mar 29, 2013
1 parent 89bac31 commit f8afd1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ - (void)popToRootViewControllerAnimated:(BOOL)animated
- (void)pushViewController:(UIViewController *)contentViewController
inFrontOf:(UIViewController *)anchorViewController
maximumWidth:(BOOL)maxWidth
animated:(BOOL)animated
animated:(FRLayeredAnimationDirection)animated
configuration:(void (^)(FRLayeredNavigationItem *item))configuration
{
FRLayerController *newVC =
Expand Down

0 comments on commit f8afd1d

Please sign in to comment.