diff options
-rw-r--r-- | macosx/HBRange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBRange.h b/macosx/HBRange.h index 166f33822..110beab91 100644 --- a/macosx/HBRange.h +++ b/macosx/HBRange.h @@ -10,8 +10,8 @@ typedef NS_ENUM(NSUInteger, HBRangeType) { HBRangeTypeChapters, - HBRangeTypeFrames, HBRangeTypeSeconds, + HBRangeTypeFrames, HBRangePreviewIndex, }; |