commit e3c5987806426cc8b0374eaa8711b598f30f574e
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Fri Sep 13 18:59:11 2019 +0200

    Forgot to test aspell and hunspell support
---
 src/PersonalWordList.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/PersonalWordList.h b/src/PersonalWordList.h
index 9473c86..0194bbc 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

Reply via email to