aboutsummaryrefslogtreecommitdiff
path: root/src/WindowActionRouter.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WindowActionRouter.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WindowActionRouter.hpp b/src/WindowActionRouter.hpp
index b749642..c43ee04 100644
--- a/src/WindowActionRouter.hpp
+++ b/src/WindowActionRouter.hpp
@@ -40,6 +40,7 @@ public:
KeyMode fetch_current_mode() const;
DEFINE_GETTER(fetch_current_search_text, current_search_text)
+ DEFINE_SETTER(set_current_search_text, current_search_text)
DELEGATE(&event_queue, dispatch_event, dispatch_event)
DELEGATE(&event_queue, register_event, register_event)