diff options
Diffstat (limited to 'macosx/HBAudioTrackPreset.h')
-rw-r--r-- | macosx/HBAudioTrackPreset.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/HBAudioTrackPreset.h b/macosx/HBAudioTrackPreset.h index bfb88a904..09208f890 100644 --- a/macosx/HBAudioTrackPreset.h +++ b/macosx/HBAudioTrackPreset.h @@ -10,8 +10,9 @@ NS_ASSUME_NONNULL_BEGIN /** * HBAudioTrackPreset - * a KVO enabled class used in the Audio Defaults panels, - * automatically validates the values. + * a KVO enabled class used in the Audio Defaults + * (Selection Behavior) panels, automatically + * validates the values. */ @interface HBAudioTrackPreset : NSObject <NSSecureCoding, NSCopying> |