landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalSearchHandler.cpp
changeset 39 3efc7a0e8755
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalSearchHandler.cpp	Fri Jul 23 19:40:48 2010 +0530
+++ b/landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalSearchHandler.cpp	Fri Aug 06 19:34:22 2010 +0530
@@ -145,7 +145,7 @@
     iPreviousMatches.ReserveL( aPreviousMatches.Count() );
     for ( TInt i = 0; i < aPreviousMatches.Count(); i++ )
         {
-        iPreviousMatches.Append( aPreviousMatches[i] );
+        iPreviousMatches.AppendL( aPreviousMatches[i] );
         }
     // this allows faster comparisons during search
     // in MatchesPreviousMatches() method
@@ -196,7 +196,7 @@
     aMatches.ReserveL( iCurrentMatches.Count() );
     for ( TInt i = 0; i < iCurrentMatches.Count(); i++ )
         {
-        aMatches.Append( iCurrentMatches[i] );
+        aMatches.AppendL( iCurrentMatches[i] );
         }
     }