#i10000# help msvc to find the right one of an overloaded func

This commit is contained in:
thb
2010-01-22 14:17:52 +01:00
parent 03fc1bd0e9
commit 0c770cb000

View File

@@ -589,7 +589,8 @@ namespace dxcanvas
&rValues.maColors[0]+rValues.maColors.getLength(), &rValues.maColors[0]+rValues.maColors.getLength(),
aColors.begin(), aColors.begin(),
boost::bind( boost::bind(
&tools::sequenceToArgb, (Gdiplus::ARGB (*)( const uno::Sequence< double >& ))(
&tools::sequenceToArgb),
_1)); _1));
std::vector< Gdiplus::REAL > aStops; std::vector< Gdiplus::REAL > aStops;
comphelper::sequenceToContainer(aStops,rValues.maStops); comphelper::sequenceToContainer(aStops,rValues.maStops);