summaryrefslogtreecommitdiff
path: root/apt-pkg/solver3.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/solver3.h')
-rw-r--r--apt-pkg/solver3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/solver3.h b/apt-pkg/solver3.h
index 4a2b4ac8d..ecb6e4160 100644
--- a/apt-pkg/solver3.h
+++ b/apt-pkg/solver3.h
@@ -442,7 +442,7 @@ class DependencySolver : public Solver
bool KeepSuggests{_config->FindB("APT::AutoRemove::SuggestsImportant", true)};
// Helper functions for detecting obsolete packages
- mutable FastContiguousCacheMap<pkgCache::Package, char> pkgObsolete;
+ mutable FastContiguousCacheMap<pkgCache::Package, LiftedBool> pkgObsolete;
bool Obsolete(pkgCache::PkgIterator pkg, bool AllowManual = false) const;
bool ObsoletedByNewerSourceVersion(pkgCache::VerIterator cand) const;