Fix RVCT 4.0 error "non-standard form for taking address of member function" - Bug 647 CompilerCompatibility
authorWilliam Roberts <williamr@symbian.org>
Thu, 01 Apr 2010 09:32:04 +0100
branchCompilerCompatibility
changeset 17 b5a86db05ae8
parent 16 7bb9df301388
Fix RVCT 4.0 error "non-standard form for taking address of member function" - Bug 647
calendarui/globaldata/src/calenglobaldata.cpp
--- 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
             {