another compile fix for bug #411
[enigma2.git] / lib / service / iservice.h
index 8b64f166017257108a3cbbe620fbfbf7f0774e92..c35313f04b199efd47d5242f6edb335d88278f16 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 */