commit 4210f4c9cc813cc981fec6a90779ecfe4da1df46
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Sat Mar 6 19:58:18 2021 +0100

    Compilation fix
---
 src/EnchantChecker.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/EnchantChecker.cpp b/src/EnchantChecker.cpp
index 1dcae55..8eaea83 100644
--- a/src/EnchantChecker.cpp
+++ b/src/EnchantChecker.cpp
@@ -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());
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to