Compilation fix

This commit is contained in:
Jean-Marc Lasgouttes 2021-03-06 19:58:18 +01:00
parent 31dc0acbb8
commit 4210f4c9cc

View File

@ -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());