diff options
Diffstat (limited to 'forms/source/component/propertybaghelper.cxx')
-rw-r--r-- | forms/source/component/propertybaghelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/propertybaghelper.cxx b/forms/source/component/propertybaghelper.cxx index 53ed30505fca..5f14626bd081 100644 --- a/forms/source/component/propertybaghelper.cxx +++ b/forms/source/component/propertybaghelper.cxx @@ -240,7 +240,7 @@ namespace frm }; - struct PropertyValueLessByName : public ::std::binary_function< PropertyValue, PropertyValue, bool > + struct PropertyValueLessByName { bool operator()( const PropertyValue& _lhs, const PropertyValue& _rhs ) const { |