From 4dfc910195985d5d345fb6800f09bd9de3acd487 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 28 Jun 2012 13:45:42 +0200 Subject: BufferManager use safe_ptr to reference the Buffers --- src/buffer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.hh') diff --git a/src/buffer.hh b/src/buffer.hh index 30cc2af9..80807efe 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -106,7 +106,7 @@ struct Modification // The Buffer class permits to read and mutate this file // representation. It also manage modifications undo/redo and // provides tools to deal with the line/column nature of text. -class Buffer +class Buffer : public SafeCountable { public: enum class Type -- cgit v1.2.3