summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r--macosx/HBJob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h
index d9aca7953..5808320cd 100644
--- a/macosx/HBJob.h
+++ b/macosx/HBJob.h
@@ -56,7 +56,7 @@ typedef NS_ENUM(NSUInteger, HBJobState){
@property (nonatomic, readonly) NSURL *fileURL;
/// The file URL at which the new file will be created.
-@property (nonatomic, readwrite, copy) NSURL *destURL;
+@property (nonatomic, readwrite, copy, nullable) NSURL *destURL;
// Job settings
@property (nonatomic, readwrite) int container;