summaryrefslogtreecommitdiff
path: root/libs/hunspell/src/replist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hunspell/src/replist.hxx')
-rw-r--r--libs/hunspell/src/replist.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hunspell/src/replist.hxx b/libs/hunspell/src/replist.hxx
index fe51b8a3b6..319eb03fb0 100644
--- a/libs/hunspell/src/replist.hxx
+++ b/libs/hunspell/src/replist.hxx
@@ -96,6 +96,7 @@ class LIBHUNSPELL_DLL_EXPORTED RepList {
int get_pos();
int add(char* pat1, char* pat2);
replentry* item(int n);
+#undef near
int near(const char* word);
int match(const char* word, int n);
int conv(const char* word, char* dest, size_t destsize);