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 bca30078..05453ae0 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -127,7 +127,7 @@ public:
BufferIterator begin() const;
BufferIterator end() const;
- ByteCount character_count() const;
+ ByteCount byte_count() const;
LineCount line_count() const;
ByteCount line_length(LineCount line) const;
const String& line_content(LineCount line) const