diff options
author | Damiano Galassi <[email protected]> | 2016-10-31 17:50:36 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-10-31 17:50:36 +0100 |
commit | b796c6c6b7b5a87c7c8ccf696e92c1469fc62b7d (patch) | |
tree | 93b06cd63af3076829af667854b827b55d45a15b /macosx/HBAudio.m | |
parent | 9510f7d4ef103c03b69511b4bd4a85679da9ed63 (diff) |
MacGui: made some HBJob properties private.
Diffstat (limited to 'macosx/HBAudio.m')
-rw-r--r-- | macosx/HBAudio.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBAudio.m b/macosx/HBAudio.m index 6c6bda46c..7d92c5942 100644 --- a/macosx/HBAudio.m +++ b/macosx/HBAudio.m @@ -23,6 +23,10 @@ NSString *HBAudioChangedNotification = @"HBAudioChangedNotification"; @interface HBAudio () <HBAudioTrackDataSource, HBAudioTrackDelegate> + +@property (nonatomic, readwrite, weak) HBJob *job; +@property (nonatomic, readwrite) int container; + @end @implementation HBAudio |