From 75746923471b5949e03b7ced4cfccaf92af8d7b4 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 13 Sep 2019 18:59:11 +0200 Subject: [PATCH] Forgot to test aspell and hunspell support --- src/PersonalWordList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PersonalWordList.h b/src/PersonalWordList.h index 9473c86e34..0194bbcbe6 100644 --- a/src/PersonalWordList.h +++ b/src/PersonalWordList.h @@ -24,7 +24,7 @@ namespace lyx { class PersonalWordList { public: /// the word list has an associated language - PersonalWordList(std::string & lang) : lang_(lang), dirty_(false) {} + PersonalWordList(std::string const & lang) : lang_(lang), dirty_(false) {} /// the location of the file to hold to word list lyx::support::FileName dictfile() const; /// (re)load the word list from file -- 2.39.5