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.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer_manager.hh b/src/buffer_manager.hh
index 78fb4c89..5b687a7f 100644
--- a/src/buffer_manager.hh
+++ b/src/buffer_manager.hh
@@ -31,6 +31,7 @@ public:
Buffer* get_buffer_matching_ifp(const Regex& regex);
Buffer& get_buffer_matching(const Regex& regex);
+ void make_latest(Buffer& buffer);
void arrange_buffers(ConstArrayView<String> first_ones);
Buffer& get_first_buffer();