Amend 07396ab244 - fix compilation error for Apple spell checker.

This commit is contained in:
Stephan Witt 2021-03-07 10:46:31 +01:00
parent 3f75fb7a48
commit 2cf86771ed

View File

@ -79,7 +79,7 @@ string AppleSpellChecker::Private::toString(SpellCheckResult status)
SpellChecker::Result AppleSpellChecker::check(WordLangTuple const & word,
std::vector<WordLangTuple> docdict)
std::vector<WordLangTuple> const & docdict)
{
if (!hasDictionary(word.lang()))
return NO_DICTIONARY;