do not pollute namespace in the headers with using (Closes: #500198)
[ntk/apt.git] / apt-pkg / pkgrecords.cc
index 7709f13..c5b3beb 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)
    {