X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.h;h=52987cdd1377fdea6bcf41ad4701e927590e1b98;hb=71fe3282077d572aabcc6b76639476ab2d6ca151;hp=e27f2c239adac5e2a3943f7b11bc3cd0e2f94638;hpb=154319d0635da7da3523519e28702e4a0ff85bba;p=lyx.git diff --git a/src/Thesaurus.h b/src/Thesaurus.h index e27f2c239a..52987cdd13 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -27,6 +27,9 @@ namespace lyx { class Thesaurus { + /// noncopyable + Thesaurus(Thesaurus const &); + void operator=(Thesaurus const &); public: /// Thesaurus();