summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/properties.h b/framework/inc/properties.h
index 86bc5deeb2ee..de3eb86c5694 100644
--- a/framework/inc/properties.h
+++ b/framework/inc/properties.h
@@ -164,7 +164,7 @@ class PropHelper
aChangedValue.clear();
// if value change ...
- bChanged = !(aCurrentValue==aNewValue);
+ bChanged = aCurrentValue != aNewValue;
if (bChanged)
{
// ... set information of change.