]> git.saurik.com Git - apt.git/blobdiff - methods/copy.cc
do not pollute namespace in the headers with using (Closes: #500198)
[apt.git] / methods / copy.cc
index 94467e054c7e5f687fa1fd36fa287d82580ba232..fe2918469d58373d09a099c60fb58e0ffe55efab 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;