]> git.saurik.com Git - apt.git/blobdiff - apt-inst/contrib/arfile.h
do not pollute namespace in the headers with using (Closes: #500198)
[apt.git] / apt-inst / contrib / arfile.h
index e2063cd716a6430c9eb3acc7919df05c9f7cb29e..bfc128acea405dd1fed0c6330853df0f30a3a293 100644 (file)
@@ -49,7 +49,7 @@ class ARArchive
 struct ARArchive::Member
 {
    // Fields from the header
-   string Name;
+   std::string Name;
    unsigned long MTime;
    unsigned long UID;
    unsigned long GID;