]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cacheiterators.h
doesn't use a default separator in ExplodeString (halfway losted in merge)
[apt.git] / apt-pkg / cacheiterators.h
index e8cf28496f9a551b8e6c121db1262ec7443c885f..43cbe1377ba033fd16e989774693ff3d411f5933 100644 (file)
@@ -200,6 +200,7 @@ class pkgCache::VerIterator : public Iterator<Version, VerIterator> {
        string RelStr();
 
        bool Automatic() const;
+       bool Pseudo() const;
        VerFileIterator NewestFile() const;
 
        inline VerIterator(pkgCache &Owner,Version *Trg = 0) : Iterator<Version, VerIterator>(Owner, Trg) {