]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
* merged the apt--curl-https branch
[apt.git] / apt-pkg / deb / debindexfile.h
index 02c776882f1159a61bf4ac43d0126d4477cbe35f..57005222fdbc761ea619813f9795e889a79902e4 100644 (file)
@@ -96,7 +96,7 @@ class debTranslationsIndex : public pkgIndexFile
    
    // Interface for the Cache Generator
    virtual bool Exists() const;
-   virtual bool HasPackages() const { return UseTranslation();};
+   virtual bool HasPackages() const;
    virtual unsigned long Size() const;
    virtual bool Merge(pkgCacheGenerator &Gen,OpProgress &Prog) const;
    virtual pkgCache::PkgFileIterator FindInCache(pkgCache &Cache) const;