do not pollute namespace in the headers with using (Closes: #500198)
[ntk/apt.git] / apt-inst / extract.h
index 7122298..7143fa4 100644 (file)
@@ -33,7 +33,7 @@ class pkgExtract : public pkgDirStream
    
    bool HandleOverwrites(pkgFLCache::NodeIterator Nde,
                         bool DiverCheck = false);
-   bool CheckDirReplace(string Dir,unsigned int Depth = 0);
+   bool CheckDirReplace(std::string Dir,unsigned int Depth = 0);
    
    public: