X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.h;h=9c13b044cb9ecf30980b0bbdb9b3073d0a046eb9;hb=4ed0312c51704780af1c452d3a82a84171b3725a;hp=a479fda96284d542e90e5859f6af0400ae138f7c;hpb=a7caeda68318e91b270de43cbf5a10c6d90f0962;p=lyx.git diff --git a/src/Thesaurus.h b/src/Thesaurus.h index a479fda962..9c13b044cb 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -13,21 +13,24 @@ #ifndef THESAURUS_H #define THESAURUS_H -#include "support/docstring.h" -#include "WordLangTuple.h" +#include "support/strfwd.h" #include -#include #include namespace lyx { +class WordLangTuple; + /** * This class provides an interface to whatever thesauri we might support. */ class Thesaurus { + /// noncopyable + Thesaurus(Thesaurus const &); + void operator=(Thesaurus const &); public: /// Thesaurus();