summaryrefslogtreecommitdiff
path: root/src/buffer_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer_manager.hh')
-rw-r--r--src/buffer_manager.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer_manager.hh b/src/buffer_manager.hh
index 36373a69..fd6ca23f 100644
--- a/src/buffer_manager.hh
+++ b/src/buffer_manager.hh
@@ -29,7 +29,7 @@ public:
Buffer* get_buffer(const String& name);
CandidateList complete_buffername(const String& prefix,
- size_t cursor_pos = String::npos);
+ CharCount cursor_pos = -1);
private:
BufferList m_buffers;