summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TextEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/TextEditor.h')
-rw-r--r--Userland/Libraries/LibGUI/TextEditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/TextEditor.h b/Userland/Libraries/LibGUI/TextEditor.h
index 1146a0c1f7..00055ed013 100644
--- a/Userland/Libraries/LibGUI/TextEditor.h
+++ b/Userland/Libraries/LibGUI/TextEditor.h
@@ -423,7 +423,7 @@ private:
void for_each_visual_line(size_t line_index, Callback) const;
struct LineVisualData {
- Vector<size_t, 1> visual_line_breaks;
+ Vector<Utf32View> visual_lines;
Gfx::IntRect visual_rect;
};