diff options
Diffstat (limited to 'src/Document.h')
| -rw-r--r-- | src/Document.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Document.h b/src/Document.h index 274aa0baa..7858db727 100644 --- a/src/Document.h +++ b/src/Document.h @@ -275,6 +275,7 @@ public:  	bool NextCharacter(int &pos, int moveDir);	// Returns true if pos changed  	int SCI_METHOD CodePage() const;  	bool SCI_METHOD IsDBCSLeadByte(char ch) const; +	int SafeSegment(const char *text, int length, int lengthSegment);  	// Gateways to modifying document  	void ModifiedAt(int pos); | 
