From 37c98eaad76b7f1bf86c75fe2c32cf6aa11f7c6f Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 13 May 2016 19:32:21 +0000 Subject: SpellChecker: Updated hunspell to 1.4.1 git-svn-id: http://svn.miranda-ng.org/main/trunk@16828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- libs/hunspell/src/replist.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/hunspell/src/replist.hxx') diff --git a/libs/hunspell/src/replist.hxx b/libs/hunspell/src/replist.hxx index 319eb03fb0..59366e9e02 100644 --- a/libs/hunspell/src/replist.hxx +++ b/libs/hunspell/src/replist.hxx @@ -79,6 +79,9 @@ #include "w_char.hxx" +#include +#include + class LIBHUNSPELL_DLL_EXPORTED RepList { private: RepList(const RepList&); @@ -100,5 +103,6 @@ class LIBHUNSPELL_DLL_EXPORTED RepList { int near(const char* word); int match(const char* word, int n); int conv(const char* word, char* dest, size_t destsize); + bool conv(const char* word, std::string& dest); }; #endif -- cgit v1.2.3