X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.h;h=e27f2c239adac5e2a3943f7b11bc3cd0e2f94638;hb=7eaae7b7ffac7906dff89e4e27c9a5dcd322f3dc;hp=9c0bdc61de99e0855ab3a073e44ca0766dded1e9;hpb=5c59e8c7cb3a804d403061e76a34c0378320b9b0;p=lyx.git diff --git a/src/Thesaurus.h b/src/Thesaurus.h index 9c0bdc61de..e27f2c239a 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -14,9 +14,9 @@ #define THESAURUS_H #include "support/docstring.h" +#include "WordLangTuple.h" #include -#include #include namespace lyx { @@ -38,7 +38,7 @@ public: /** * look up some text in the thesaurus */ - Meanings lookup(docstring const & text, docstring const & lang); + Meanings lookup(WordLangTuple const & wl); /** check if a thesaurus for a given language \p lang is available * (installed and loaded) */