diff -r 2666d9724c76 -r d4f567ce2e7c predictivesearch/PcsAlgorithm/Algorithm2/src/chinesefindutils.cpp --- a/predictivesearch/PcsAlgorithm/Algorithm2/src/chinesefindutils.cpp Thu Jul 15 18:22:55 2010 +0300 +++ b/predictivesearch/PcsAlgorithm/Algorithm2/src/chinesefindutils.cpp Thu Aug 19 09:41:07 2010 +0300 @@ -66,7 +66,11 @@ TCallBack aCallBack, CRepository* aRepository) : - iUid(aUid), iKey(aKey), iCallBack(aCallBack), iRepository(aRepository) + iUid(aUid), + iKey(aKey), + iChangedKey(NCentralRepositoryConstants::KInvalidNotificationId), + iCallBack(aCallBack), + iRepository(aRepository) { }