Skip to content

Commit

Permalink
MacGui: fix build on 10.12 sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed Dec 25, 2017
1 parent 87c1494 commit cb4dc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macosx/HBPreviewView.m
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ - (BOOL)isAccessibilityElement
return YES;
}

- (NSAccessibilityRole)accessibilityRole
- (NSString *)accessibilityRole
{
return NSAccessibilityImageRole;
}
Expand Down

0 comments on commit cb4dc4e

Please sign in to comment.