Make calls to unary_function and binary_function less ambiguous for VC10
This commit is contained in:
parent
8b60c1e935
commit
6ece05cb92
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ sal_Bool SAL_CALL DataInterpreter::isDataCompatible(
|
|||
namespace
|
||||
{
|
||||
|
||||
struct lcl_LabeledSequenceEquals : public unary_function< Reference< data::XLabeledDataSequence >, bool >
|
||||
struct lcl_LabeledSequenceEquals : public std::unary_function< Reference< data::XLabeledDataSequence >, bool >
|
||||
{
|
||||
lcl_LabeledSequenceEquals( const Reference< data::XLabeledDataSequence > & xLSeqToCmp ) :
|
||||
m_bHasLabels ( false ),
|
||||
|
|
Loading…
Reference in a new issue