--- a/emailuis/uicomponents/src/fstreenodevisualizerbase.cpp Wed Jun 09 09:22:57 2010 +0300
+++ b/emailuis/uicomponents/src/fstreenodevisualizerbase.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 CFsTreeNodeVisualizerBase::SetFocusedStateTextColor( TRgb& aColor )
+void CFsTreeNodeVisualizerBase::SetFocusedStateTextColor( const TRgb& aColor )
{
FUNC_LOG;
iIsCustomTextFocusedColor = ETrue;
@@ -103,7 +103,7 @@
// The function sets item's text color for the normal (unfocused) state.
// ---------------------------------------------------------------------------
//
-void CFsTreeNodeVisualizerBase::SetNormalStateTextColor( TRgb& aColor )
+void CFsTreeNodeVisualizerBase::SetNormalStateTextColor( const TRgb& aColor )
{
FUNC_LOG;
iIsCustomTextNormalColor = ETrue;