diff options
author | Daniel Burrows <dburrows@debian.org> | 2007-11-15 07:41:43 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2007-11-15 07:41:43 -0800 |
commit | bfe20ce9db05dd74f438d6a312bb842eca69d03b (patch) | |
tree | dd441721b2fa5b70055a1f5431497eae34d71c2a /src/pkg_node.cc | |
parent | 7e4657c9678572b26efdb9e29afaacdaf35ab885 (diff) | |
download | aptitude-bfe20ce9db05dd74f438d6a312bb842eca69d03b.tar.gz |
cwi::key -> cw::key.
Diffstat (limited to 'src/pkg_node.cc')
-rw-r--r-- | src/pkg_node.cc | 2 |
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; |