]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.h
Convert cursorX() and computeRowMetrics() to the new scheme
[lyx.git] / src / WordList.h
index b7f88fb78f305767c278ec1fe19e1493b87de80b..f57f20b0680b278afda11463460c34578a69c3bf 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "support/docstring.h"
 
-#include "Language.h"
-
 namespace lyx {
 
 class WordList {
@@ -41,7 +39,7 @@ private:
        Impl * d;
 };
 
-WordList * theWordList(Language const & lang);
+WordList * theWordList(std::string const & lang);
 
 } // namespace lyx