aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Document.h b/src/Document.h
index 185066a6c..81cb299c0 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -409,7 +409,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;