diff -r e211a78d3037 -r a7a43293ae56 application/inc/PodcastQueueView.h --- a/application/inc/PodcastQueueView.h Thu Feb 25 16:47:16 2010 +0000 +++ b/application/inc/PodcastQueueView.h Thu Feb 25 17:12:04 2010 +0000 @@ -78,7 +78,7 @@ void FeedDownloadStartedL(TFeedState aState,TUint aFeedUid); void FeedDownloadFinishedL(TFeedState aState,TUint aFeedUid, TInt aError); void FeedUpdateAllCompleteL(TFeedState aState); - void OpmlParsingComplete(TUint /*aNumFeedsImported*/) {} + void OpmlParsingComplete(TInt /*aError*/, TUint /*aNumFeedsImported*/) {} /** * Command handling function intended for overriding by sub classes.