summaryrefslogtreecommitdiff
path: root/libs/hunspell/src/phonet.hxx
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-05-13 19:32:21 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-05-13 19:32:21 +0000
commit37c98eaad76b7f1bf86c75fe2c32cf6aa11f7c6f (patch)
tree32aede144aa0cd0f2dd058b003cdbd534a2f969c /libs/hunspell/src/phonet.hxx
parente73bb3845517a31fa795e8d2174fcc8572835b33 (diff)
SpellChecker: Updated hunspell to 1.4.1
git-svn-id: http://svn.miranda-ng.org/main/trunk@16828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/hunspell/src/phonet.hxx')
-rw-r--r--libs/hunspell/src/phonet.hxx6
1 files changed, 2 insertions, 4 deletions
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