diff options
author | Daniel Burrows <dburrows@debian.org> | 2007-11-15 07:29:02 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2007-11-15 07:29:02 -0800 |
commit | 903887e9a1d10a9badf8e7815a6258a09e051c33 (patch) | |
tree | a8502e76d1966092dee1d007d22efd7204a7d45f /src/menu_text_layout.h | |
parent | 486b99f0531e6bad0978ed0dcdad85bbb871d693 (diff) | |
download | aptitude-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.h | 2 |
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(); |