X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPersonalWordList.h;h=0194bbcbe69e0eb206903c06b0b3d61b932d1731;hb=eb0194081bd02a763b8c799b68f342ed81e14000;hp=9473c86e340990b8e12edd4e8d018ecf492986aa;hpb=714113655ad434f9a73d0101038568d59311af72;p=lyx.git 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