Skip to content

Commit

Permalink
Fix build on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 27, 2023
1 parent e5ac664 commit 46385c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spellcheck/platform/mac/language_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Platform::Language {

Id Recognize(QStringView text) {
LanguageId Recognize(QStringView text) {
if (@available(macOS 10.14, *)) {
constexpr auto kMaxHypotheses = 3;
static auto r = [[NLLanguageRecognizer alloc] init];
Expand Down

0 comments on commit 46385c3

Please sign in to comment.