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<PropID>::value_type tValue; if(!rConfig.GetValue(CString(PropData<PropID>::GetPropertyNamePrefix()) + PropData<PropID>::GetPropertyName(), tValue)) - tValue = PropData<PropID>::GetDefaultValue(); + tValue = PropData<PropID>::GetDefaultValue(); return tValue; }