From 7c75162a934f5cb088801396f2b3129d74a119e6 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 22 Jan 2010 17:23:03 +0100 Subject: another compile fix for bug #411 --- lib/service/servicedvb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/service/servicedvb.cpp') diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 1df4e639..9f10644c 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -2089,12 +2089,12 @@ RESULT eDVBServicePlay::startTimeshift() return 0; } -RESULT eDVBServicePlay::stopTimeshift(bool switchToLive) +RESULT eDVBServicePlay::stopTimeshift(bool swToLive) { if (!m_timeshift_enabled) return -1; - if (switchToLive) + if (swToLive) switchToLive(); m_timeshift_enabled = 0; -- cgit v1.2.3