diff options
Diffstat (limited to 'include/PropSet.h')
| -rw-r--r-- | include/PropSet.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/PropSet.h b/include/PropSet.h index 1eb195d2f..ef1faffba 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -89,6 +89,7 @@ public:  	char *Allocate(int size);  	void SetFromAllocated();  	bool InList(const char *s); +	bool InListAbbreviated(const char *s, const char marker);  	const char *GetNearestWord(const char *wordStart, int searchLen,  		bool ignoreCase = false, SString wordCharacters="", int wordIndex = -1);  	char *GetNearestWords(const char *wordStart, int searchLen, | 
