From: Klaus Kaempf Date: Sat, 29 Apr 2006 09:23:18 +0000 (+0000) Subject: fix code X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~891 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25b423e65ced45d6ebb210125b571a8e6029f2b1;p=platform%2Fupstream%2Flibzypp.git fix code --- diff --git a/zypp/solver/detail/ResolverContext.cc b/zypp/solver/detail/ResolverContext.cc index b40ead7..26c0891 100644 --- a/zypp/solver/detail/ResolverContext.cc +++ b/zypp/solver/detail/ResolverContext.cc @@ -1556,7 +1556,7 @@ dup_name_check_cb (PoolItem_Ref item, const ResStatus & status, void *data) bool ResolverContext::isParallelInstall (PoolItem_Ref item) const { - if (item.kind() == ResTraits::kind) { + if (item->kind() == ResTraits::kind) { return false; // Atoms are paralell installable (#170098) }