Forgot to test aspell and hunspell support

This commit is contained in:
Jean-Marc Lasgouttes 2019-09-13 18:59:11 +02:00
parent c2f5c850d9
commit e3c5987806

View File

@ -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