summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'status.h')
-rw-r--r--status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/status.h b/status.h
index 76507ff..bfa0fd5 100644
--- a/status.h
+++ b/status.h
@@ -11,12 +11,14 @@
#include <vdr/status.h>
class cStatusBlock : public cStatus {
+private:
protected:
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
virtual void Replaying(const cControl *Control,
const char *Name,
const char *FileName, bool On);
+
public:
cStatusBlock(void);
};