From 2cf86771ed0bc60b13f6303fcfe10baf95133fac Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Sun, 7 Mar 2021 10:46:31 +0100 Subject: [PATCH] Amend 07396ab2445720b21dc8195816eb1aee1f2ae3a7 - fix compilation error for Apple spell checker. --- src/AppleSpellChecker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppleSpellChecker.cpp b/src/AppleSpellChecker.cpp index 4f22a5e09d..763b809f2e 100644 --- a/src/AppleSpellChecker.cpp +++ b/src/AppleSpellChecker.cpp @@ -79,7 +79,7 @@ string AppleSpellChecker::Private::toString(SpellCheckResult status) SpellChecker::Result AppleSpellChecker::check(WordLangTuple const & word, - std::vector docdict) + std::vector const & docdict) { if (!hasDictionary(word.lang())) return NO_DICTIONARY; -- 2.39.5