mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Forgot to test aspell and hunspell support
This commit is contained in:
parent
c2f5c850d9
commit
e3c5987806
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user