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 0d055c4b..1a4e6694 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -205,7 +205,7 @@ private:
LineList m_lines;
void do_insert(const BufferIterator& pos, const String& content);
- void do_erase(const BufferIterator& pos, CharCount length);
+ void do_erase(const BufferIterator& begin, const BufferIterator& end);
String m_name;
const Type m_type;