Merge branch 'bug_411_timeshift_disable_without_live'
[vuplus_dvbapp] / lib / service / iservice.h
index 8b64f16..c35313f 100644 (file)
@@ -593,7 +593,7 @@ class iTimeshiftService: public iObject
 #endif
 public:
        virtual RESULT startTimeshift()=0;
-       virtual RESULT stopTimeshift(bool switchToLive=true)=0;
+       virtual RESULT stopTimeshift(bool swToLive=true)=0;
 
        virtual int isTimeshiftActive()=0;
                        /* this essentially seeks to the relative end of the timeshift buffer */