X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.h;h=e63f2935236108b73cddbdb0104e5692aa6e515c;hb=227f80157c878377fe8e161be957bd71fd94e216;hp=abe9f16339cfcad30f4d91bac87e4fda5ed83254;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/Thesaurus.h b/src/Thesaurus.h index abe9f16339..e63f293523 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -12,9 +12,10 @@ #ifndef THESAURUS_H #define THESAURUS_H +#include "support/docstring.h" + #include #include -#include #ifdef HAVE_LIBAIKSAURUS #include AIKSAURUS_H_LOCATION @@ -33,12 +34,12 @@ public: /// ~Thesaurus(); - typedef std::map > Meanings; + typedef std::map > Meanings; /** * look up some text in the thesaurus */ - Meanings lookup(std::string const & text); + Meanings lookup(docstring const & text); private: #ifdef HAVE_LIBAIKSAURUS