diff options
Diffstat (limited to 'src/EditModel.h')
| -rw-r--r-- | src/EditModel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditModel.h b/src/EditModel.h index 9aee35a62..2c3200881 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -18,7 +18,7 @@ public: bool on; int period; - Caret(); + Caret() noexcept; }; class EditModel { |
