diff options
author | bubulle@debian.org <> | 2007-07-06 07:18:13 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2007-07-06 07:18:13 +0200 |
commit | bb454321179ba5cca89e9250ccf2aafa4364e343 (patch) | |
tree | 11ca9f01224a55e69f8401ee45f9cf187d041d73 /apt-pkg/pkgrecords.h | |
parent | c0681fb7e34114df9a562577d3a505402ae17e57 (diff) | |
parent | 6724d2173133f24bc8a3875c13513761f9340627 (diff) |
Sync with Michael
Diffstat (limited to 'apt-pkg/pkgrecords.h')
-rw-r--r-- | apt-pkg/pkgrecords.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/pkgrecords.h b/apt-pkg/pkgrecords.h index ea1a23fc4..7b9f51a50 100644 --- a/apt-pkg/pkgrecords.h +++ b/apt-pkg/pkgrecords.h @@ -20,6 +20,7 @@ #include <apt-pkg/pkgcache.h> #include <apt-pkg/fileutl.h> +#include <vector> class pkgRecords { @@ -29,8 +30,8 @@ class pkgRecords private: pkgCache &Cache; - Parser **Files; - + std::vector<Parser *>Files; + public: // Lookup function |