Skip to content

Commit

Permalink
fixes method warnings in Xcode 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Dec 15, 2011
1 parent 53982ee commit 96ec8d5
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -71,9 +71,9 @@ - (void)initScrubberTimer;
- (void)showPlayButton;
- (void)showStopButton;
- (void)syncScrubber;
- (void)beginScrubbing:(id)sender;
- (void)scrub:(id)sender;
- (void)endScrubbing:(id)sender;
- (IBAction)beginScrubbing:(id)sender;
- (IBAction)scrub:(id)sender;
- (IBAction)endScrubbing:(id)sender;
- (BOOL)isScrubbing;
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil;
- (id)init;
Expand Down

0 comments on commit 96ec8d5

Please sign in to comment.