diff options
Diffstat (limited to 'src/Document.h')
| -rw-r--r-- | src/Document.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Document.h b/src/Document.h index c0a0bb808..2f6531e9f 100644 --- a/src/Document.h +++ b/src/Document.h @@ -400,7 +400,7 @@ public:  	bool IsWordAt(int start, int end) const;  	bool MatchesWordOptions(bool word, bool wordStart, int pos, int length) const; -	bool HasCaseFolder(void) const; +	bool HasCaseFolder() const;  	void SetCaseFolder(CaseFolder *pcf_);  	long FindText(int minPos, int maxPos, const char *search, int flags, int *length);  	const char *SubstituteByPosition(const char *text, int *length); | 
