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, 2 insertions, 0 deletions
diff --git a/src/buffer_manager.hh b/src/buffer_manager.hh
index cd7029ea..474833c4 100644
--- a/src/buffer_manager.hh
+++ b/src/buffer_manager.hh
@@ -37,8 +37,10 @@ public:
CandidateList complete_buffer_name(StringView prefix,
ByteCount cursor_pos = -1);
+ void clear_buffer_trash();
private:
BufferList m_buffers;
+ BufferList m_buffer_trash;
};
}