diff options
author | Daniel Burrows <dburrows@debian.org> | 2007-11-15 20:37:33 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2007-11-15 20:37:33 -0800 |
commit | cb09cb77d4a1f2a423da4af43a6f77edc2af229e (patch) | |
tree | 1389fc0bea253b279a05e348e6944530726a5773 /src/trust.cc | |
parent | 82f7650602a984490f5c7c02bd46d1757216f1ab (diff) | |
download | aptitude-cb09cb77d4a1f2a423da4af43a6f77edc2af229e.tar.gz |
Fix through trust.
Diffstat (limited to 'src/trust.cc')
-rw-r--r-- | src/trust.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trust.cc b/src/trust.cc index 2535c0a0..73c0cbae 100644 --- a/src/trust.cc +++ b/src/trust.cc @@ -8,6 +8,8 @@ #include <cwidget/fragment.h> #include <cwidget/config/colors.h> +namespace cw = cwidget; + cw::fragment *make_untrusted_warning(const pkgCache::VerIterator &ver) { if(package_trusted(ver)) |