diff options
author | Daniel Burrows <dburrows@debian.org> | 2007-11-15 07:42:57 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2007-11-15 07:42:57 -0800 |
commit | ecb9d97d10e0b6ab1a9b228b8c53ed83b10b0ef7 (patch) | |
tree | 7b440a6dd0f1231d79a1d2c1226c8983ac38fcf9 /src/solution_screen.cc | |
parent | bfe20ce9db05dd74f438d6a312bb842eca69d03b (diff) | |
download | aptitude-ecb9d97d10e0b6ab1a9b228b8c53ed83b10b0ef7.tar.gz |
cw::key -> cw::config::key.
Diffstat (limited to 'src/solution_screen.cc')
-rw-r--r-- | src/solution_screen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solution_screen.cc b/src/solution_screen.cc index 4ca6fc41..c5b22490 100644 --- a/src/solution_screen.cc +++ b/src/solution_screen.cc @@ -421,7 +421,7 @@ protected: cw::toplevel::post_event(new slot_event(sigc::mem_fun(this, &solution_examiner::update))); } - bool handle_key(const cw::key &k) + bool handle_key(const cw::config::key &k) { cw::widget_ref tmpref(this); |