diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-30 09:27:24 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-30 09:27:24 +0100 |
commit | 3b9d1d95b115b3377965abb06ccde835d9796534 (patch) | |
tree | 0a1f074636101cc90e410d01b694ac22f02a9875 /apt-pkg/policy.h | |
parent | a0106c589dff533a7d982baa8fc62b843ea56253 (diff) | |
parent | 8d0303273495fc478ae62570ecf1675942cfbc41 (diff) |
merged from debian-sid
Diffstat (limited to 'apt-pkg/policy.h')
-rw-r--r-- | apt-pkg/policy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/policy.h b/apt-pkg/policy.h index f8b2678de..a5e6c6048 100644 --- a/apt-pkg/policy.h +++ b/apt-pkg/policy.h @@ -55,6 +55,7 @@ class pkgPolicy : public pkgDepCache::Policy struct PkgPin : Pin { string Pkg; + PkgPin(string const &Pkg) : Pin(), Pkg(Pkg) {}; }; Pin *Pins; |