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/phonet.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libs/hunspell/src/phonet.hxx') diff --git a/libs/hunspell/src/phonet.hxx b/libs/hunspell/src/phonet.hxx index cb0dbed3fb..eb9fd0c628 100644 --- a/libs/hunspell/src/phonet.hxx +++ b/libs/hunspell/src/phonet.hxx @@ -46,9 +46,7 @@ struct phonetable { LIBHUNSPELL_DLL_EXPORTED void init_phonet_hash(phonetable& parms); -LIBHUNSPELL_DLL_EXPORTED int phonet(const char* inword, - char* target, - int len, - phonetable& phone); +LIBHUNSPELL_DLL_EXPORTED std::string phonet(const std::string& inword, + phonetable& phone); #endif -- cgit v1.2.3