summaryrefslogtreecommitdiff
path: root/src/pkg_item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg_item.cc')
-rw-r--r--src/pkg_item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg_item.cc b/src/pkg_item.cc
index fd0e5a2e..178832a2 100644
--- a/src/pkg_item.cc
+++ b/src/pkg_item.cc
@@ -313,7 +313,7 @@ void pkg_item::paint(cw::tree *win, int y, bool hierarchical, const cw::style co
win->mvaddnstr(y, 0, disp.c_str(), width);
}
-bool pkg_item::dispatch_key(const cw::key &k, cw::tree *owner)
+bool pkg_item::dispatch_key(const cw::config::key &k, cw::tree *owner)
{
if(bindings->key_matches(k, "Versions"))
{