]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.cc
refactor compressor calling so that we don't (need to) export ExecCompressor
[apt.git] / apt-pkg / pkgrecords.cc
index 7709f133a9148f1d672144ef35fff249bcb33286..c5b3bebd70ba5e2f3f6a4782c60eec3d2717889d 100644 (file)
@@ -46,7 +46,7 @@ pkgRecords::pkgRecords(pkgCache &Cache) : Cache(Cache),
 /* */
 pkgRecords::~pkgRecords()
 {
-   for ( vector<Parser*>::iterator it = Files.begin();
+   for ( std::vector<Parser*>::iterator it = Files.begin();
      it != Files.end();
      ++it)
    {