omads/omadsextensions/adapters/contactsgroup/src/contactsgrpdatastore.cpp
branchGCC_SURGE
changeset 42 1eb2293b4d77
parent 36 9ba7f05d28a5
--- a/omads/omadsextensions/adapters/contactsgroup/src/contactsgrpdatastore.cpp	Thu Jul 22 16:30:46 2010 +0100
+++ b/omads/omadsextensions/adapters/contactsgroup/src/contactsgrpdatastore.cpp	Fri Jul 23 12:34:46 2010 +0100
@@ -32,7 +32,7 @@
 // C++ default constructor can NOT contain any code, that might leave.
 // -----------------------------------------------------------------------------
 CContactsGrpDataStore::CContactsGrpDataStore() :
-    iKey( TKeyArrayFix( _FOFF( TNSmlSnapshotItem, ItemId() ), ECmpTInt ) )
+    iKey( TKeyArrayFix( _FOFF_DYNAMIC( TNSmlSnapshotItem, ItemId() ), ECmpTInt ) )
     {
     TRACE_FUNC;
     }