diff options
Diffstat (limited to 'src/CellBuffer.h')
| -rw-r--r-- | src/CellBuffer.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/CellBuffer.h b/src/CellBuffer.h index b9f2406f1..7d5682260 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -125,6 +125,7 @@ private:  	bool UTF8IsCharacterBoundary(Sci::Position position) const;  	void ResetLineEnds();  	void RecalculateIndexLineStarts(Sci::Line lineFirst, Sci::Line lineLast); +	bool MaintainingLineCharacterIndex() const noexcept;  	/// Actions without undo  	void BasicInsertString(Sci::Position position, const char *s, Sci::Position insertLength);  	void BasicDeleteChars(Sci::Position position, Sci::Position deleteLength); | 
