]> git.lyx.org Git - features.git/commitdiff
Forgot to test aspell and hunspell support
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 13 Sep 2019 16:59:11 +0000 (18:59 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:45 +0000 (15:48 +0200)
src/PersonalWordList.h

index 9473c86e340990b8e12edd4e8d018ecf492986aa..0194bbcbe69e0eb206903c06b0b3d61b932d1731 100644 (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