summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioTrackPreset.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-06-01 17:21:48 +0000
committerritsuka <[email protected]>2015-06-01 17:21:48 +0000
commit29b0a01848dcff05c0ccf184ce1d8b99aec63507 (patch)
treebb113e45ce46390deef2ca188a6e6d28a610dd21 /macosx/HBAudioTrackPreset.h
parent876f1f8cafd3510cb04f022f004610e39d50dbc8 (diff)
MacGui: add more nullability annotations.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7257 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAudioTrackPreset.h')
-rw-r--r--macosx/HBAudioTrackPreset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBAudioTrackPreset.h b/macosx/HBAudioTrackPreset.h
index a7d849757..f8f09ea14 100644
--- a/macosx/HBAudioTrackPreset.h
+++ b/macosx/HBAudioTrackPreset.h
@@ -6,6 +6,8 @@
#import <Foundation/Foundation.h>
+NS_ASSUME_NONNULL_BEGIN
+
/**
* HBAudioTrackPreset
* a KVO enabled class used in the Audio Defaults panels,
@@ -37,6 +39,8 @@
@end
+NS_ASSUME_NONNULL_END
+
/**
* A series of value trasformers to bridge the libhb enums
* to the textual rapresentations used in the interface.