Index: src/ch/CfgProperties.h =================================================================== diff -u -N -rca046f75806db6693a4b2dc6ddb255f76d0bbc3f -r3fc1109991e7311d6b1e34ef0b730f9b4e1fd42a --- src/ch/CfgProperties.h (.../CfgProperties.h) (revision ca046f75806db6693a4b2dc6ddb255f76d0bbc3f) +++ src/ch/CfgProperties.h (.../CfgProperties.h) (revision 3fc1109991e7311d6b1e34ef0b730f9b4e1fd42a) @@ -254,7 +254,7 @@ { typename PropData::value_type tValue; if(!rConfig.GetValue(CString(PropData::GetPropertyNamePrefix()) + PropData::GetPropertyName(), tValue)) - tValue = PropData::GetDefaultValue(); + tValue = PropData::GetDefaultValue(); return tValue; }