diff options
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r-- | src/CellBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 5422e92aa..916937845 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -183,7 +183,7 @@ public: int UndoActions() const noexcept; void SetUndoSavePoint(int action) noexcept; int UndoSavePoint() const noexcept; - void SetUndoCurrent(int action) noexcept; + void SetUndoCurrent(int action); int UndoCurrent() const noexcept; void SetUndoTentative(int action) noexcept; int UndoTentative() const noexcept; |