calendarui/controller/src/calenservicesimpl.cpp
branchRCL_3
changeset 21 9711e452b5e9
parent 0 f979ecb2b13e
child 65 12af337248b1
--- a/calendarui/controller/src/calenservicesimpl.cpp	Wed Apr 14 15:55:57 2010 +0300
+++ b/calendarui/controller/src/calenservicesimpl.cpp	Tue Apr 27 16:36:22 2010 +0300
@@ -418,12 +418,12 @@
 // (other items were commented in a header).
 // ----------------------------------------------------------------------------
 //
-CGulIcon* CCalenServicesImpl::GetIconL( MCalenServices::TCalenIcons aIndex )
+CGulIcon* CCalenServicesImpl::GetIconL( MCalenServices::TCalenIcons aIndex, const TInt aViewId ) 
     {
     TRACE_ENTRY_POINT;
 
     TRACE_EXIT_POINT;
-    return iController->GetIconL( aIndex );
+    return iController->GetIconL( aIndex, aViewId );
     }
 
 // ----------------------------------------------------------------------------