summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index bc8d2f28..29f88a63 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 1.18 2002/09/15 11:05:41 kls Exp $
+ * $Id: device.h 1.19 2002/09/21 09:14:08 kls Exp $
*/
#ifndef __DEVICE_H
@@ -50,7 +50,7 @@ class cPlayer;
class cReceiver;
class cSpuDecoder;
-class cDevice : cThread {
+class cDevice : public cThread {
private:
static int numDevices;
static int useDevice;