Fix one common place of the "deprecated repository()" warnings.
authorMichael Matz <matz@suse.de>
Thu, 7 Feb 2008 04:01:51 +0000 (04:01 +0000)
committerMichael Matz <matz@suse.de>
Thu, 7 Feb 2008 04:01:51 +0000 (04:01 +0000)
zypp/ResFilters.h

index 6268135..ed12082 100644 (file)
@@ -199,7 +199,7 @@ namespace zypp
 
       bool operator()( ResObject::constPtr p ) const
       {
-       return p->repository().info().alias() == _alias;
+        return p->repoInfo().alias() == _alias;
       }
 
       std::string _alias;