summaryrefslogtreecommitdiff
path: root/src/menu_text_layout.cc
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-11-15 07:42:57 -0800
committerDaniel Burrows <dburrows@debian.org>2007-11-15 07:42:57 -0800
commitecb9d97d10e0b6ab1a9b228b8c53ed83b10b0ef7 (patch)
tree7b440a6dd0f1231d79a1d2c1226c8983ac38fcf9 /src/menu_text_layout.cc
parentbfe20ce9db05dd74f438d6a312bb842eca69d03b (diff)
downloadaptitude-ecb9d97d10e0b6ab1a9b228b8c53ed83b10b0ef7.tar.gz
cw::key -> cw::config::key.
Diffstat (limited to 'src/menu_text_layout.cc')
-rw-r--r--src/menu_text_layout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_text_layout.cc b/src/menu_text_layout.cc
index 079b8752..75a16561 100644
--- a/src/menu_text_layout.cc
+++ b/src/menu_text_layout.cc
@@ -123,7 +123,7 @@ bool menu_text_layout::find_repeat_search_back()
}
-bool menu_text_layout::handle_key(const cw::key &k)
+bool menu_text_layout::handle_key(const cw::config::key &k)
{
if(cw::config::global_bindings.key_matches(k, "Search"))
find_search();