diff options
Diffstat (limited to 'src/Document.h')
| -rw-r--r-- | src/Document.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Document.h b/src/Document.h index 34c49a5a6..82931207c 100644 --- a/src/Document.h +++ b/src/Document.h @@ -202,8 +202,8 @@ public:  	void SetWordChars(unsigned char *chars);  	void SetStylingBits(int bits);  	void StartStyling(int position, char mask); -	void SetStyleFor(int length, char style); -	void SetStyles(int length, char *styles); +	bool SetStyleFor(int length, char style); +	bool SetStyles(int length, char *styles);  	int GetEndStyled() { return endStyled; }  	bool EnsureStyledTo(int pos);  	int GetStyleClock() { return styleClock; }  | 
