X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FWordList.h;h=2afd6cb050c9bb9cc103230c1fd08c7cd5fd86ae;hb=125ed160d625368520074f2898c0487d30d46b98;hp=5b0488bb04030dc50c469cff0a17091e04ed7b1e;hpb=8d640dc77608bedddb5b00982c23665584f52d21;p=lyx.git diff --git a/src/WordList.h b/src/WordList.h index 5b0488bb04..2afd6cb050 100644 --- a/src/WordList.h +++ b/src/WordList.h @@ -30,15 +30,13 @@ public: void insert(docstring const & w); /// void remove(docstring const & w); - /// - static void cleanupWordLists(); private: struct Impl; std::unique_ptr d; }; -WordList * theWordList(std::string const & lang); +WordList & theWordList(std::string const & lang); } // namespace lyx