diff -r 6b8f3b30d0ec -r efd4f1afd43e emailuis/uicomponents/inc/fstreenodevisualizerbase.h --- a/emailuis/uicomponents/inc/fstreenodevisualizerbase.h Wed Jun 09 09:22:57 2010 +0300 +++ b/emailuis/uicomponents/inc/fstreenodevisualizerbase.h Mon Jun 21 15:20:54 2010 +0300 @@ -87,7 +87,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. @@ -99,7 +99,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