diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-30 09:37:41 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-30 09:37:41 +0000 |
commit | c3fc2108262762d1c4c54fac4b7376e65eb7689e (patch) | |
tree | d13cb8279abb8463b509844ceeff3e158b5085ee /libs/hunspell/src/hunspell.hxx | |
parent | eefd0fa80022fe122cfc816e7146212729ee02b4 (diff) |
update hunspell pt1
git-svn-id: http://svn.miranda-ng.org/main/trunk@16191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/hunspell/src/hunspell.hxx')
-rw-r--r-- | libs/hunspell/src/hunspell.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/hunspell/src/hunspell.hxx b/libs/hunspell/src/hunspell.hxx index 12124e1db0..259d44f86c 100644 --- a/libs/hunspell/src/hunspell.hxx +++ b/libs/hunspell/src/hunspell.hxx @@ -117,7 +117,6 @@ class LIBHUNSPELL_DLL_EXPORTED Hunspell { * long path names (without the long path prefix Hunspell will use fopen() * with system-dependent character encoding instead of _wfopen()). */ - Hunspell(const char* affpath, const char* dpath, const char* key = NULL); ~Hunspell(); @@ -226,6 +225,10 @@ class LIBHUNSPELL_DLL_EXPORTED Hunspell { /* need for putdic */ int input_conv(const char* word, char* dest, size_t destsize); + inline char *get_try_string() + { + return pAMgr->get_try_string(); + } /* experimental and deprecated functions */ #ifdef HUNSPELL_EXPERIMENTAL |