X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.h;h=9c13b044cb9ecf30980b0bbdb9b3073d0a046eb9;hb=e4b80698be91708ce1b9fd86d6032245ef4f3dc7;hp=e27f2c239adac5e2a3943f7b11bc3cd0e2f94638;hpb=154319d0635da7da3523519e28702e4a0ff85bba;p=lyx.git diff --git a/src/Thesaurus.h b/src/Thesaurus.h index e27f2c239a..9c13b044cb 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -13,20 +13,24 @@ #ifndef THESAURUS_H #define THESAURUS_H -#include "support/docstring.h" -#include "WordLangTuple.h" +#include "support/strfwd.h" #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();