X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=zypp%2Frepo%2FRepoMirrorList.h;h=e6ad1fd8d30df321a321e5fd790bd1d5cd85b0ea;hb=f2f36ebec8b34e01f91f190cbd0b9f4d3c2c4510;hp=189871634f8a2fdef2c5b272e39b62cb2d1a733a;hpb=d492bc6ff98c3a2917afcaad406ef9586a9ba8f5;p=platform%2Fupstream%2Flibzypp.git diff --git a/zypp/repo/RepoMirrorList.h b/zypp/repo/RepoMirrorList.h index 1898716..e6ad1fd 100644 --- a/zypp/repo/RepoMirrorList.h +++ b/zypp/repo/RepoMirrorList.h @@ -21,11 +21,7 @@ namespace zypp class RepoMirrorList { public: - RepoMirrorList( const Url & url_r, const Pathname & metadatapath_r, bool mirrorListForceMetalink_r ); - - RepoMirrorList( const Url & url_r ) - : RepoMirrorList( url_r, Pathname(), false ) - {} + RepoMirrorList( const Url & url_r, const Pathname & metadatapath_r = Pathname() ); const std::vector & getUrls() const { return _urls; }