]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.h
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / WordList.h
index d02b0b7b880eeb3d78f49fa2c1d964a015615c8f..7bef7f34aa3b72b47562e3b8097b8ed91a2b59af 100644 (file)
@@ -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