summaryrefslogtreecommitdiff
path: root/libs/hunspell/src/hunspell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hunspell/src/hunspell.hxx')
-rw-r--r--libs/hunspell/src/hunspell.hxx5
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