summaryrefslogtreecommitdiff
path: root/src/buffer_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer_manager.cc')
-rw-r--r--src/buffer_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer_manager.cc b/src/buffer_manager.cc
index c5235cb1..5a1f63da 100644
--- a/src/buffer_manager.cc
+++ b/src/buffer_manager.cc
@@ -53,7 +53,7 @@ Buffer* BufferManager::get_buffer(const String& name)
}
CandidateList BufferManager::complete_buffername(const String& prefix,
- size_t cursor_pos)
+ CharCount cursor_pos)
{
String real_prefix = prefix.substr(0, cursor_pos);
CandidateList result;