X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c169f2ae453239e79e1725b2256191e9c729a559..83a674f998012f616a3ed7e7b7043e498fd93e09:/lib/service/iservice.h diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 8b64f166..c35313f0 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -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 */