diff options
Diffstat (limited to 'apt-pkg/policy.h')
-rw-r--r-- | apt-pkg/policy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-pkg/policy.h b/apt-pkg/policy.h index d3d68f921..277aff3dd 100644 --- a/apt-pkg/policy.h +++ b/apt-pkg/policy.h @@ -57,8 +57,7 @@ class pkgPolicy : public pkgDepCache::Policy std::string Pkg; explicit PkgPin(std::string const &Pkg) : Pin(), Pkg(Pkg) {}; }; - - Pin *Pins; + Pin *VerPins; signed short *PFPriority; std::vector<Pin> Defaults; |