X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPersonalWordList.h;h=0194bbcbe69e0eb206903c06b0b3d61b932d1731;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=d37b7d3137bf2cc230be2df7680a6687bec06bbd;hpb=065db6806771190d12d37d64c4c86f9c5ebaf225;p=lyx.git diff --git a/src/PersonalWordList.h b/src/PersonalWordList.h index d37b7d3137..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