From: Jean-Marc Lasgouttes Date: Fri, 13 Sep 2019 16:59:11 +0000 (+0200) Subject: Forgot to test aspell and hunspell support X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=75746923471b5949e03b7ced4cfccaf92af8d7b4;p=features.git Forgot to test aspell and hunspell support --- 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