X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FWordList.h;h=7bef7f34aa3b72b47562e3b8097b8ed91a2b59af;hb=77185fe83d28a0a1dc48980a9db3c34110e02e31;hp=d02b0b7b880eeb3d78f49fa2c1d964a015615c8f;hpb=cd5bad62e039629d0642550b9cd64358104b0c66;p=lyx.git diff --git a/src/WordList.h b/src/WordList.h index d02b0b7b88..7bef7f34aa 100644 --- a/src/WordList.h +++ b/src/WordList.h @@ -14,6 +14,8 @@ #include "support/docstring.h" +#include "Language.h" + namespace lyx { class WordList { @@ -37,7 +39,7 @@ private: Impl * d; }; -WordList & theWordList(); +WordList * theWordList(Language const & lang); } // namespace lyx