diff options
-rw-r--r-- | editors/tea/files/patch-spellchecker.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/tea/files/patch-spellchecker.h b/editors/tea/files/patch-spellchecker.h new file mode 100644 index 000000000000..27fa5d4c0c30 --- /dev/null +++ b/editors/tea/files/patch-spellchecker.h @@ -0,0 +1,11 @@ +--- spellchecker.h.orig 2016-09-16 19:56:10 UTC
++++ spellchecker.h
+@@ -100,7 +100,7 @@ public:
+ QString user_dir;
+ QString lng;
+
+- char *encoding;
++ const char *encoding;
+ QString dict_dir;
+
+ CHunspellChecker (const QString &lang, const QString &path = "", const QString &user_path = "");
|