summaryrefslogtreecommitdiff
path: root/forms/source/component/propertybaghelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/propertybaghelper.cxx')
-rw-r--r--forms/source/component/propertybaghelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/propertybaghelper.cxx b/forms/source/component/propertybaghelper.cxx
index b0774a37a929..ab73d42b575d 100644
--- a/forms/source/component/propertybaghelper.cxx
+++ b/forms/source/component/propertybaghelper.cxx
@@ -245,7 +245,7 @@ namespace frm
struct PropertyValueLessByName : public ::std::binary_function< PropertyValue, PropertyValue, bool >
{
- bool operator()( const PropertyValue& _lhs, const PropertyValue _rhs ) const
+ bool operator()( const PropertyValue& _lhs, const PropertyValue& _rhs ) const
{
return _lhs.Name < _rhs.Name;
}