diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-03 15:55:04 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-03 15:55:04 +0100 |
commit | deb9f887106521797cacd77f1ae48de1d7b3277e (patch) | |
tree | ca79d7e3988bed90e1f18bcc9b39cecee67a91c7 /recording.h | |
parent | 0b7e9057daceab33b13238f4dea90976b5d2074d (diff) | |
download | vdr-deb9f887106521797cacd77f1ae48de1d7b3277e.tar.gz vdr-deb9f887106521797cacd77f1ae48de1d7b3277e.tar.bz2 |
Implemented TITLE and EPISODE keywords
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 478ad0b7..38626f85 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.21 2002/01/26 15:28:41 kls Exp $ + * $Id: recording.h 1.22 2002/02/03 11:59:49 kls Exp $ */ #ifndef __RECORDING_H @@ -43,7 +43,7 @@ public: time_t start; int priority; int lifetime; - cRecording(cTimer *Timer, const char *Subtitle, const char *Summary); + cRecording(cTimer *Timer, const char *Title, const char *Subtitle, const char *Summary); cRecording(const char *FileName); ~cRecording(); virtual bool operator< (const cListObject &ListObject); |