do not pollute namespace in the headers with using (Closes: #500198)
[ntk/apt.git] / methods / copy.cc
index 94467e0..fe29184 100644 (file)
@@ -37,7 +37,7 @@ class CopyMethod : public pkgAcqMethod
 bool CopyMethod::Fetch(FetchItem *Itm)
 {
    URI Get = Itm->Uri;
-   string File = Get.Path;
+   std::string File = Get.Path;
 
    // Stat the file and send a start message
    struct stat Buf;