summaryrefslogtreecommitdiff
path: root/src/menu_text_layout.h
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-11-15 07:29:02 -0800
committerDaniel Burrows <dburrows@debian.org>2007-11-15 07:29:02 -0800
commit903887e9a1d10a9badf8e7815a6258a09e051c33 (patch)
treea8502e76d1966092dee1d007d22efd7204a7d45f /src/menu_text_layout.h
parent486b99f0531e6bad0978ed0dcdad85bbb871d693 (diff)
downloadaptitude-903887e9a1d10a9badf8e7815a6258a09e051c33.tar.gz
Use cwidget::config::key, not cwidget::key.
Diffstat (limited to 'src/menu_text_layout.h')
-rw-r--r--src/menu_text_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_text_layout.h b/src/menu_text_layout.h
index 274d0833..ca23a7eb 100644
--- a/src/menu_text_layout.h
+++ b/src/menu_text_layout.h
@@ -69,7 +69,7 @@ public:
return rval;
}
- bool handle_key(const cwidget::key &k);
+ bool handle_key(const cwidget::config::key &k);
bool find_search_enabled();
bool find_search();