diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-13 13:52:28 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-03-13 13:52:28 +0100 |
commit | f14be456322a2c7310488c8a4bdec1d06fcf0e8d (patch) | |
tree | 53bb984ac978abfa11ac9ae073b684523ab40685 /apt-pkg/sourcelist.cc | |
parent | fa9c66be294a16e49b61ba6db491c506ad08cde2 (diff) |
cherry pick 2217.1.26 (cppcheck fixes)
Diffstat (limited to 'apt-pkg/sourcelist.cc')
-rw-r--r-- | apt-pkg/sourcelist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc index f5f458099..0fddfb451 100644 --- a/apt-pkg/sourcelist.cc +++ b/apt-pkg/sourcelist.cc @@ -33,7 +33,7 @@ unsigned long pkgSourceList::Type::GlobalListLen = 0; // Type::Type - Constructor /*{{{*/ // --------------------------------------------------------------------- /* Link this to the global list of items*/ -pkgSourceList::Type::Type() +pkgSourceList::Type::Type() : Name(NULL), Label(NULL) { ItmList[GlobalListLen] = this; GlobalListLen++; |