summaryrefslogtreecommitdiff
path: root/src/pkg_tree.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_tree.cc
parent7e4657c9678572b26efdb9e29afaacdaf35ab885 (diff)
downloadaptitude-bfe20ce9db05dd74f438d6a312bb842eca69d03b.tar.gz
cwi::key -> cw::key.
Diffstat (limited to 'src/pkg_tree.cc')
-rw-r--r--src/pkg_tree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg_tree.cc b/src/pkg_tree.cc
index 74317bcc..19148de9 100644
--- a/src/pkg_tree.cc
+++ b/src/pkg_tree.cc
@@ -285,7 +285,7 @@ bool pkg_tree::find_reset_limit()
return true;
}
-bool pkg_tree::handle_key(const cwi::key &k)
+bool pkg_tree::handle_key(const cw::key &k)
{
if(bindings->key_matches(k, "ChangePkgTreeLimit"))
find_limit();