mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +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,
|
SpellChecker::Result AppleSpellChecker::check(WordLangTuple const & word,
|
||||||
std::vector<WordLangTuple> docdict)
|
std::vector<WordLangTuple> const & docdict)
|
||||||
{
|
{
|
||||||
if (!hasDictionary(word.lang()))
|
if (!hasDictionary(word.lang()))
|
||||||
return NO_DICTIONARY;
|
return NO_DICTIONARY;
|
||||||
|
Loading…
Reference in New Issue
Block a user