]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
[apt.git] / apt-pkg / pkgcache.h
index 426bb9f1300aa6ed628b5a0731ffec0840675c76..7995217849e74203e42309780a8f1c5f6b6f934f 100644 (file)
@@ -174,7 +174,7 @@ class pkgCache                                                              /*{{{*/
    StringItem *StringItemP;
    char *StrP;
 
-   virtual bool ReMap();
+   virtual bool ReMap(bool const &Errorchecks = true);
    inline bool Sync() {return Map.Sync();};
    inline MMap &GetMap() {return Map;};
    inline void *DataEnd() {return ((unsigned char *)Map.Data()) + Map.Size();};