X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=zypp%2FProduct.h;h=313b96c5d24c3189bb2ac80e1c631878a736daf5;hb=95763429e4df1295fd4e9472af6bb8763231f557;hp=7c9bb3f17e3d20c9b898ed1e062b1b8abb631688;hpb=57f0b183ee76e8d44a406ec8308a1544cc739658;p=platform%2Fupstream%2Flibzypp.git diff --git a/zypp/Product.h b/zypp/Product.h index 7c9bb3f..313b96c 100644 --- a/zypp/Product.h +++ b/zypp/Product.h @@ -107,8 +107,8 @@ namespace zypp bool hasUpdateContentIdentifier( const Repository::ContentIdentifier & cident_r ) const; /** Whether one of the ContentIdentifier is listed as required update repository. */ - template - bool hasUpdateContentIdentifier( _Iterator begin, _Iterator end ) const + template + bool hasUpdateContentIdentifier( TIterator begin, TIterator end ) const { for_( it, begin, end ) if ( hasUpdateContentIdentifier( *it ) )