]> git.saurik.com Git - apt.git/blobdiff - apt-inst/extract.h
add support for multipl types in one line
[apt.git] / apt-inst / extract.h
index 71222983cdfcb62295ab52c002e18b91c5aa6647..7143fa40933aa235614c8e900c6617f606acddf7 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: