diff -r 6b8f3b30d0ec -r efd4f1afd43e emailuis/uicomponents/inc/fstreeitemvisualizerbase.h --- a/emailuis/uicomponents/inc/fstreeitemvisualizerbase.h Wed Jun 09 09:22:57 2010 +0300 +++ b/emailuis/uicomponents/inc/fstreeitemvisualizerbase.h Mon Jun 21 15:20:54 2010 +0300 @@ -90,7 +90,7 @@ * * @param aColor New color to be set. */ - virtual void SetFocusedStateTextColor( TRgb& aColor ); + virtual void SetFocusedStateTextColor( const TRgb& aColor ); /** * The function returns item's text color for the focused state. @@ -102,7 +102,7 @@ * * @param aColor New color to be set. */ - virtual void SetNormalStateTextColor( TRgb& aColor ); + virtual void SetNormalStateTextColor( const TRgb& aColor ); /** * The function returns item's text color for the normal (unfocused) state