diff options
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 148aa903..98b9f611 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -517,7 +517,7 @@ public: m_context.options().unregister_watcher(*this); } BufferCompleter(const BufferCompleter&) = delete; - BufferCompleter operator=(const BufferCompleter&) = delete; + BufferCompleter& operator=(const BufferCompleter&) = delete; void select(int offset) { |
