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 d94ffaaea..b922b08bb 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -523,7 +523,7 @@ void UndoHistory::TentativeCommit() {  }  bool UndoHistory::TentativeActive() const noexcept { -	return tentativePoint >= 0;  +	return tentativePoint >= 0;  }  int UndoHistory::TentativeSteps() noexcept { | 
