aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PositionCache.cxx')
-rw-r--r--src/PositionCache.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx
index 63e130429..e94721ff5 100644
--- a/src/PositionCache.cxx
+++ b/src/PositionCache.cxx
@@ -713,8 +713,7 @@ BreakFinder::BreakFinder(const LineLayout *ll_, const Selection *psel, Range lin
saeNext = (!selAndEdge.empty()) ? selAndEdge[0] : -1;
}
-BreakFinder::~BreakFinder() {
-}
+BreakFinder::~BreakFinder() noexcept = default;
TextSegment BreakFinder::Next() {
if (subBreak == -1) {