From d533d08a0a30a7527dd8fa0c4df5c10d8bfd80e7 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 19 Nov 2023 08:42:44 +1100 Subject: Remove extra ';' which produced warning on old GCC. --- src/ChangeHistory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -}; +} } -- cgit v1.2.3