From 53170603f6d6650eee061d7ecdc4952fe2d13c42 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 5 Sep 2003 22:31:58 +0000 Subject: Patch from Marius Gheorghe to support multiple equivalent entries in WordList. --- include/PropSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/PropSet.h b/include/PropSet.h index 20ac5f774..62cd5da3a 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -81,7 +81,7 @@ public: void SetFromAllocated(); bool InList(const char *s); const char *GetNearestWord(const char *wordStart, int searchLen = -1, - bool ignoreCase = false, SString wordCharacters=""); + bool ignoreCase = false, SString wordCharacters="", int wordIndex = -1); char *GetNearestWords(const char *wordStart, int searchLen=-1, bool ignoreCase=false, char otherSeparator='\0'); }; -- cgit v1.2.3