diff options
author | Damiano Galassi <[email protected]> | 2017-12-25 09:05:58 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-12-25 09:05:58 +0100 |
commit | cb4dc4ec0a70a166f20112671b83d7426c5c82cc (patch) | |
tree | 50306866116455bc9bee0109881f3d51b90c783b /macosx | |
parent | 87c14947448aa4d51b4c4f552dadf9b18bf463ce (diff) |
MacGui: fix build on 10.12 sdk.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBPreviewView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreviewView.m b/macosx/HBPreviewView.m index 123223ace..deec210a7 100644 --- a/macosx/HBPreviewView.m +++ b/macosx/HBPreviewView.m @@ -285,7 +285,7 @@ return YES; } -- (NSAccessibilityRole)accessibilityRole +- (NSString *)accessibilityRole { return NSAccessibilityImageRole; } |