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 97124a2c..287ef672 100644
--- a/src/buffer_manager.hh
+++ b/src/buffer_manager.hh
@@ -33,7 +33,7 @@ public:
Buffer& get_buffer(const String& name);
void set_last_used_buffer(Buffer& buffer);
- CandidateList complete_buffer_name(const String& prefix,
+ CandidateList complete_buffer_name(StringView prefix,
ByteCount cursor_pos = -1);
private: