diff options
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); |