X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=devel%2Fdevel.ma%2FMT.cc;h=7477184b7819634b156e3ac0c12303acea565676;hb=95763429e4df1295fd4e9472af6bb8763231f557;hp=c1adcbfe93c91ea9b8f16f2dbbd6cedac237bac0;hpb=57f0b183ee76e8d44a406ec8308a1544cc739658;p=platform%2Fupstream%2Flibzypp.git diff --git a/devel/devel.ma/MT.cc b/devel/devel.ma/MT.cc index c1adcbf..7477184 100644 --- a/devel/devel.ma/MT.cc +++ b/devel/devel.ma/MT.cc @@ -33,8 +33,8 @@ namespace zypp * runTasks( tasks, 10 ); * \endcode */ - template - void runTasks( const std::vector<_Function>& tasks, size_t threadCount = 1 ) + template + void runTasks( const std::vector& tasks, size_t threadCount = 1 ) { if ( threadCount ) {