diff options
author | ritsuka <[email protected]> | 2015-01-23 16:26:01 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-23 16:26:01 +0000 |
commit | 99afd6b79b54bdc3e05983ff86f03d59f46654ab (patch) | |
tree | ce04ac12c288153a9127e5bcdba620d113f70dc0 /macosx/HBRange.h | |
parent | 119413783da62b3556690d784b68ebfa6e32920e (diff) |
MacGui: fix HBRangeType enum order.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6800 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBRange.h')
-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, }; |