]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.h
Increase Layout format also in the source
[lyx.git] / src / Thesaurus.h
index 9c0bdc61de99e0855ab3a073e44ca0766dded1e9..a479fda96284d542e90e5859f6af0400ae138f7c 100644 (file)
@@ -14,6 +14,7 @@
 #define THESAURUS_H
 
 #include "support/docstring.h"
+#include "WordLangTuple.h"
 
 #include <map>
 #include <string>
@@ -38,7 +39,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)
         */