summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r--macosx/HBController.h2
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;