diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-06-28 13:45:42 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-06-28 13:45:42 +0200 |
| commit | 4dfc910195985d5d345fb6800f09bd9de3acd487 (patch) | |
| tree | 144d5ad6267c8b944b81cffed91718d54ed33816 /src/buffer.hh | |
| parent | 1289268174a4a5aec2090a86de5c0c0ddc6d40ee (diff) | |
BufferManager use safe_ptr to reference the Buffers
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
