aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/UndoHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UndoHistory.h')
-rw-r--r--src/UndoHistory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/UndoHistory.h b/src/UndoHistory.h
index be639c541..299e28f58 100644
--- a/src/UndoHistory.h
+++ b/src/UndoHistory.h
@@ -102,6 +102,7 @@ public:
void BeginUndoAction(bool mayCoalesce=false) noexcept;
void EndUndoAction() noexcept;
int UndoSequenceDepth() const noexcept;
+ bool AfterUndoSequenceStart() const noexcept;
void DropUndoSequence() noexcept;
void DeleteUndoHistory() noexcept;