Fix RVCT 4.0 error "non-standard form for taking address of member function" - Bug 647
--- a/calendarui/globaldata/src/calenglobaldata.cpp Mon Mar 29 20:02:13 2010 +0100
+++ b/calendarui/globaldata/src/calenglobaldata.cpp Thu Apr 01 09:32:04 2010 +0100
@@ -462,7 +462,7 @@
{
if ( iEntryViewCreation )
{
- iQueued = &CreateInstanceViewL;
+ iQueued = &CCalenGlobalData::CreateInstanceViewL;
}
else
{
@@ -516,7 +516,7 @@
{
if ( iInstanceViewCreation )
{
- iQueued = &CreateEntryViewL;
+ iQueued = &CCalenGlobalData::CreateEntryViewL;
}
else
{