diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-03 15:22:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-03 15:22:25 +0300 |
commit | 28bfc1633faded06c14308959796cc350878a896 (patch) | |
tree | 7b21e6955da39bceb970cd2afe30263957eac5cc /libs/hunspell/src/hunspell.hxx | |
parent | 97e2d186da4024c7ac62f7549f3243bd15204118 (diff) |
compilation fix
Diffstat (limited to 'libs/hunspell/src/hunspell.hxx')
-rw-r--r-- | libs/hunspell/src/hunspell.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hunspell/src/hunspell.hxx b/libs/hunspell/src/hunspell.hxx index a06bdd43ab..f728f829c2 100644 --- a/libs/hunspell/src/hunspell.hxx +++ b/libs/hunspell/src/hunspell.hxx @@ -216,6 +216,7 @@ class LIBHUNSPELL_DLL_EXPORTED Hunspell { struct cs_info* get_csconv(); + const char* get_try_string() const; const char* get_version() const; const std::string& get_version_cpp() const; |