diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-21 09:14:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-21 09:14:56 +0200 |
commit | 95685c842a9333cff040e8d788c7f99ae61b2774 (patch) | |
tree | 75d7664dc27eb12706678818a6f24d80d97e2d10 /device.h | |
parent | d39c72d088c18ec0a789d4c9df1ec6a961a1acf0 (diff) | |
download | vdr-95685c842a9333cff040e8d788c7f99ae61b2774.tar.gz vdr-95685c842a9333cff040e8d788c7f99ae61b2774.tar.bz2 |
Added a missing 'public' keyword
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |