summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r--macosx/HBQueueController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h
index 1d5dd5842..1afd58fb1 100644
--- a/macosx/HBQueueController.h
+++ b/macosx/HBQueueController.h
@@ -24,9 +24,10 @@
BOOL fShowsJobsAsGroups;
BOOL fShowsDetail;
#if HB_OUTLINE_QUEUE
- NSMutableArray *fEncodes; // hblib's job list organized in a hierarchy. Contents are HBJobs.
+ NSMutableArray *fEncodes; // hblib's job list organized in a hierarchy. Contents are NSArrays of HBJobs.
NSMutableIndexSet *fSavedExpandedItems;
unsigned int fSavedSelectedItem;
+ hb_job_t *fLastKnownCurrentJob;
#endif
// +---------------fQueueWindow----------------+