diff options
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r-- | macosx/HBController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBController.h b/macosx/HBController.h index 9d9c3f46c..5385c914b 100644 --- a/macosx/HBController.h +++ b/macosx/HBController.h @@ -28,7 +28,7 @@ - (IBAction)addToQueue:(id)sender; - (IBAction)addAllTitlesToQueue:(id)sender; -- (void)setQueueState:(NSString *)info; +- (void)setQueueState:(NSUInteger)count; - (void)setQueueInfo:(NSString *)info progress:(double)progress hidden:(BOOL)hidden; - (IBAction)rip:(id)sender; |