summaryrefslogtreecommitdiff
path: root/src/pkg_node.cc
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-11-15 07:41:43 -0800
committerDaniel Burrows <dburrows@debian.org>2007-11-15 07:41:43 -0800
commitbfe20ce9db05dd74f438d6a312bb842eca69d03b (patch)
treedd441721b2fa5b70055a1f5431497eae34d71c2a /src/pkg_node.cc
parent7e4657c9678572b26efdb9e29afaacdaf35ab885 (diff)
downloadaptitude-bfe20ce9db05dd74f438d6a312bb842eca69d03b.tar.gz
cwi::key -> cw::key.
Diffstat (limited to 'src/pkg_node.cc')
-rw-r--r--src/pkg_node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg_node.cc b/src/pkg_node.cc
index 7da50d4e..8031cddc 100644
--- a/src/pkg_node.cc
+++ b/src/pkg_node.cc
@@ -42,7 +42,7 @@ void pkg_tree_node::init_bindings()
// FIXME: add a do_action() command that takes a function pointer and does all
// the extra junk below.
-bool pkg_tree_node::dispatch_key(const cwi::key &k, cw::tree *owner)
+bool pkg_tree_node::dispatch_key(const cw::key &k, cw::tree *owner)
{
undo_group *grp=new apt_undo_group;