summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 21f960f2..98806296 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -84,8 +84,8 @@ public:
private:
SafePtr<const Buffer> m_buffer;
+ StringView m_line;
ByteCoord m_coord;
- ByteCount m_line_length;
LineCount m_last_line;
};