persistentstorage/dbms/sdbms/SD_CURS.CPP
branchGCC_SURGE
changeset 26 c6f14f20ccfd
parent 0 08ec8eefde2f
--- a/persistentstorage/dbms/sdbms/SD_CURS.CPP	Fri Jun 11 16:29:03 2010 +0100
+++ b/persistentstorage/dbms/sdbms/SD_CURS.CPP	Tue Jun 15 16:30:16 2010 +0100
@@ -51,7 +51,7 @@
 
 HDbsColumns* HDbsColumns::NewL(TInt aCount)
 	{
-	return new(User::AllocL(_FOFF(HDbsColumns,iType[aCount]))) HDbsColumns(aCount);
+	return new(User::AllocL(_FOFF_DYNAMIC(HDbsColumns,iType[aCount]))) HDbsColumns(aCount);
 	}
 
 void HDbsColumns::Check(TDbColNo aColNo) const