mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Compilation fix
This commit is contained in:
parent
31dc0acbb8
commit
4210f4c9cc
@ -119,7 +119,7 @@ EnchantChecker::~EnchantChecker()
|
||||
|
||||
|
||||
SpellChecker::Result EnchantChecker::check(WordLangTuple const & word,
|
||||
std::vector<WordLangTuple> docdict)
|
||||
std::vector<WordLangTuple> const & docdict)
|
||||
{
|
||||
enchant::Dict * m = d->speller(word.lang()->code());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user