diff options
Diffstat (limited to 'src/menu_text_layout.h')
-rw-r--r-- | src/menu_text_layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_text_layout.h b/src/menu_text_layout.h index 75f13efa..274d0833 100644 --- a/src/menu_text_layout.h +++ b/src/menu_text_layout.h @@ -69,7 +69,7 @@ public: return rval; } - bool handle_key(const key &k); + bool handle_key(const cwidget::key &k); bool find_search_enabled(); bool find_search(); |