diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-18 16:03:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-18 16:03:40 +0100 |
commit | 91a5940bc41aabcbc07bf2684a0e2ebb9710027a (patch) | |
tree | 468e5c209d724411ea011f73d75aedbba07cc521 /recording.h | |
parent | 492f06175ab12b90d5974a909986bdac6d4818a0 (diff) | |
download | vdr-91a5940bc41aabcbc07bf2684a0e2ebb9710027a.tar.gz vdr-91a5940bc41aabcbc07bf2684a0e2ebb9710027a.tar.bz2 |
Generating 'X' audio component records for recording if there is no EPG data
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h index 334e7469..4ad4077a 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 1.50 2006/02/12 11:34:34 kls Exp $ + * $Id: recording.h 1.51 2006/02/18 16:03:40 kls Exp $ */ #ifndef __RECORDING_H @@ -44,7 +44,7 @@ private: tChannelID channelID; const cEvent *event; cEvent *ownEvent; - cRecordingInfo(tChannelID ChannelID = tChannelID::InvalidID, const cEvent *Event = NULL); + cRecordingInfo(const cChannel *Channel = NULL, const cEvent *Event = NULL); void SetData(const char *Title, const char *ShortText, const char *Description); public: ~cRecordingInfo(); |