]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.h
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / Thesaurus.h
index a479fda96284d542e90e5859f6af0400ae138f7c..52987cdd1377fdea6bcf41ad4701e927590e1b98 100644 (file)
@@ -17,7 +17,6 @@
 #include "WordLangTuple.h"
 
 #include <map>
-#include <string>
 #include <vector>
 
 namespace lyx {
@@ -28,6 +27,9 @@ namespace lyx {
 
 class Thesaurus
 {
+       /// noncopyable
+       Thesaurus(Thesaurus const &);
+       void operator=(Thesaurus const &);
 public:
        ///
        Thesaurus();