summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-09-21 09:14:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-09-21 09:14:56 +0200
commit95685c842a9333cff040e8d788c7f99ae61b2774 (patch)
tree75d7664dc27eb12706678818a6f24d80d97e2d10 /device.h
parentd39c72d088c18ec0a789d4c9df1ec6a961a1acf0 (diff)
downloadvdr-95685c842a9333cff040e8d788c7f99ae61b2774.tar.gz
vdr-95685c842a9333cff040e8d788c7f99ae61b2774.tar.bz2
Added a missing 'public' keyword
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;