diff -r 6b8f3b30d0ec -r efd4f1afd43e emailuis/uicomponents/src/fstreeitemvisualizerbase.cpp --- a/emailuis/uicomponents/src/fstreeitemvisualizerbase.cpp Wed Jun 09 09:22:57 2010 +0300 +++ b/emailuis/uicomponents/src/fstreeitemvisualizerbase.cpp Mon Jun 21 15:20:54 2010 +0300 @@ -81,7 +81,7 @@ // The function sets item's text color for the focused state. // --------------------------------------------------------------------------- // -void CFsTreeItemVisualizerBase::SetFocusedStateTextColor( TRgb& aColor ) +void CFsTreeItemVisualizerBase::SetFocusedStateTextColor( const TRgb& aColor ) { FUNC_LOG; iIsCustomTextFocusedColor = ETrue; @@ -104,7 +104,7 @@ // The function sets item's text color for the normal (unfocused) state. // --------------------------------------------------------------------------- // -void CFsTreeItemVisualizerBase::SetNormalStateTextColor( TRgb& aColor ) +void CFsTreeItemVisualizerBase::SetNormalStateTextColor( const TRgb& aColor ) { FUNC_LOG; iIsCustomTextNormalColor = ETrue;