emailuis/uicomponents/src/fstreeitemvisualizerbase.cpp
branchRCL_3
changeset 20 efd4f1afd43e
parent 12 4ce476e64c59
--- 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;