From a90d1d33f77caf8f75205bbc674d40e32accb102 Mon Sep 17 00:00:00 2001 From: Chris Webb Date: Sun, 10 Dec 2023 09:58:40 +0000 Subject: Mark refresh_ifn() implementation as an override in input_handler.cc This was spotted by clang's -Winconsistent-missing-override in -Wall. --- src/input_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.cc') diff --git a/src/input_handler.cc b/src/input_handler.cc index 70ae08c2..17e72874 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -913,7 +913,7 @@ public: m_idle_timer.set_next_date(Clock::now() + get_idle_timeout(context())); } - void refresh_ifn() + void refresh_ifn() override { bool explicit_completion_selected = m_current_completion != -1 and (not m_prefix_in_completions or m_current_completion != m_completions.candidates.size() - 1); -- cgit v1.2.3