mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend 07396ab244
- fix compilation error for Apple spell checker.
This commit is contained in:
parent
3f75fb7a48
commit
2cf86771ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user