From 59b7028df24315b7e9ca20794823ad0edab2b33c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 24 Feb 2001 04:10:59 +0000 Subject: Added a parameter to GetNearestwords to allow use of another separator char as well as '(' and ':'. --- include/PropSet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/PropSet.h') diff --git a/include/PropSet.h b/include/PropSet.h index 90e0a266f..15d0100d6 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -65,7 +65,8 @@ public: void SetFromAllocated(); bool InList(const char *s); const char *GetNearestWord(const char *wordStart, int searchLen = -1, bool ignoreCase = false); - char *GetNearestWords(const char *wordStart, int searchLen = -1, bool ignoreCase = false); + char *GetNearestWords(const char *wordStart, int searchLen=-1, + bool ignoreCase=false, char otherSeparator='\0'); }; inline bool nonFuncChar(char ch) { -- cgit v1.2.3