persistentstorage/store/TSTRM/t_storstreamperf.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/persistentstorage/store/TSTRM/t_storstreamperf.cpp	Tue Aug 31 16:57:14 2010 +0300
+++ b/persistentstorage/store/TSTRM/t_storstreamperf.cpp	Wed Sep 01 12:39:58 2010 +0100
@@ -510,7 +510,7 @@
 	store = CPermanentFileStore::OpenLC(TheFs, TheTestFile, EFileWrite | EFileRead);
 	RPermanentFileStoreIter it4;
 	it4.ResetLC(*store);
-	TStreamId id(KNullStreamIdValue);
+	TStreamId id;
 	TInt cnt = 0;
 	fc = User::FastCounter();
 	while((id = it4.NextL()) != KNullStreamIdValue)