summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 11c963a7..cbc9b164 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 1.3 2002/08/15 09:28:36 kls Exp $
+ * $Id: dvbdevice.h 1.4 2002/08/15 10:59:25 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -83,7 +83,8 @@ private:
// Player facilities
protected:
- virtual int SetPlayMode(bool On);
+ ePlayMode playMode;
+ virtual bool SetPlayMode(ePlayMode PlayMode);
public:
virtual void TrickSpeed(int Speed);
virtual void Clear(void);