summaryrefslogtreecommitdiff
path: root/src/myspell/suggestmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/myspell/suggestmgr.hxx')
-rw-r--r--src/myspell/suggestmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/myspell/suggestmgr.hxx b/src/myspell/suggestmgr.hxx
index d22884f..0e61572 100644
--- a/src/myspell/suggestmgr.hxx
+++ b/src/myspell/suggestmgr.hxx
@@ -51,7 +51,7 @@ public:
~SuggestMgr();
int suggest(char*** slst, const char * word, int nsug, int * onlycmpdsug);
- int ngsuggest(char ** wlst, char * word, int ns, HashMgr* pHMgr);
+ int ngsuggest(char ** wlst, char * word, int ns, HashMgr** pHMgr, int md);
int suggest_auto(char*** slst, const char * word, int nsug);
int suggest_stems(char*** slst, const char * word, int nsug);
int suggest_pos_stems(char*** slst, const char * word, int nsug);