diff options
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 |
