]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
use the GroupedFromCommandLine() method in the dotty and xvcg command
[apt.git] / apt-pkg / pkgcache.cc
index adaae9c89139361d94c2bd1deb1be819ffc71d35..30bb41470237d87913f8233be3720df189d99230 100644 (file)
@@ -742,7 +742,7 @@ pkgCache::VerFileIterator pkgCache::VerIterator::NewestFile() const
 // ---------------------------------------------------------------------
 /* This describes the version from a release-centric manner. The output is a 
    list of Label:Version/Archive */
-string pkgCache::VerIterator::RelStr()
+string pkgCache::VerIterator::RelStr() const
 {
    bool First = true;
    string Res;