summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 6b99ab1d..7e03c75c 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -121,9 +121,9 @@ public:
bool set_name(String name);
void update_display_name();
- BufferIterator insert(const BufferIterator& pos, StringView content);
- BufferIterator erase(BufferIterator begin, BufferIterator end);
- BufferIterator replace(const BufferIterator& begin, const BufferIterator& end, StringView content);
+ ByteCoord insert(ByteCoord pos, StringView content);
+ ByteCoord erase(ByteCoord begin, ByteCoord end);
+ ByteCoord replace(ByteCoord begin, ByteCoord end, StringView content);
size_t timestamp() const;
timespec fs_timestamp() const;