aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ChangeHistory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeHistory.cxx')
-rw-r--r--src/ChangeHistory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeHistory.cxx b/src/ChangeHistory.cxx
index 394b37e23..d6c93ae39 100644
--- a/src/ChangeHistory.cxx
+++ b/src/ChangeHistory.cxx
@@ -46,7 +46,7 @@ constexpr bool InsertionSpanSameDeletion(const ChangeSpan &is, Sci::Position pos
is.start == positionDeletion &&
is.length == 0 &&
is.edition == edition;
-};
+}
}