From 722682da9d7e05f00ffda6bf6acfdb21cec42d4b Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 11 Apr 2011 14:00:35 +0000 Subject: [PATCH] fix compil git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1387 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7c49669d322b24d30747e88d0f4609b2dc97bd67 Author: Jacek Jendrzej Date: 2011-04-11 (Mon, 11 Apr 2011) ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 6158160ab..310c038fd 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1076,7 +1076,7 @@ bool CEpgData::hasFollowScreenings(const t_channel_id /*channel_id*/, const std: return !followlist.empty(); } -int CEpgData::FollowScreenings (const t_channel_id /*channel_id*/, const std::string & title) +int CEpgData::FollowScreenings (const t_channel_id /*channel_id*/, const std::string & /*title*/) { CChannelEventList::iterator e; struct tm *tmStartZeit;