diff options
Diffstat (limited to 'src/CellBuffer.cxx')
| -rw-r--r-- | src/CellBuffer.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 6d760cdb5..84c2c27a7 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -1129,7 +1129,7 @@ void CellBuffer::BasicDeleteChars(Sci::Position position, Sci::Position deleteLe  	if (deleteLength == 0)  		return; -	Sci::Line lineRecalculateStart = INVALID_POSITION; +	Sci::Line lineRecalculateStart = Sci::invalidPosition;  	if ((position == 0) && (deleteLength == substance.Length())) {  		// If whole buffer is being deleted, faster to reinitialise lines data | 
