aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/EditView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx
index 1e87fa294..fad523351 100644
--- a/src/EditView.cxx
+++ b/src/EditView.cxx
@@ -388,7 +388,7 @@ bool ViewIsASCII(std::string_view text) {
void LayoutSegments(IPositionCache *pCache,
Surface *surface,
const ViewStyle &vstyle,
- LineLayout *ll,
+ LineLayout *ll,
const std::vector<TextSegment> &segments,
std::atomic<uint32_t> &nextIndex,
const bool textUnicode,