summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-03-14 09:50:42 +0100
committerDamiano Galassi <[email protected]>2016-03-14 09:50:50 +0100
commitd961c289a20d9e2e84fd8c763baa1c6abdb4b414 (patch)
tree0a39d5d4208cf3bf9a1e5e6d137d661a2296725d /macosx/HBPicture.m
parentee4ae6d3a0aa6d06b7a5aedec7e88570c868b8a8 (diff)
MacGui: added some enum to HBJob model to make things nicer in swift, plus two methods to convert from iso code to english language.
Diffstat (limited to 'macosx/HBPicture.m')
-rw-r--r--macosx/HBPicture.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBPicture.m b/macosx/HBPicture.m
index b1fc690a6..6760bf1e1 100644
--- a/macosx/HBPicture.m
+++ b/macosx/HBPicture.m
@@ -46,7 +46,7 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification";
_sourceWidth = 1280;
_sourceHeight = 720;
- _anamorphicMode = HB_ANAMORPHIC_NONE;
+ _anamorphicMode = HBPictureAnarmophicModeNone;
_parWidth = 1;
_parHeight = 1;
@@ -345,7 +345,7 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification";
}
}
-- (void)setAnamorphicMode:(int)anamorphicMode
+- (void)setAnamorphicMode:(HBPictureAnarmophicMode)anamorphicMode
{
if (anamorphicMode != _anamorphicMode)
{