summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index d2679ba1..ee03c0a0 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -215,8 +215,8 @@ public:
// Methods called by the buffer manager
void on_registered();
void on_unregistered();
-private:
+private:
void on_option_changed(const Option& option) override;
BufferCoord do_insert(BufferCoord pos, StringView content);