summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-20 15:53:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-20 15:53:33 +0100
commit1f22931a77f97c43564f07bf34b877966bb339f4 (patch)
treee0ffbb8c8bb6a7d95b04a702585960904553fa53 /timers.h
parentf6cdae50ef85678c06e3bef87a79510a88b956c4 (diff)
downloadvdr-1f22931a77f97c43564f07bf34b877966bb339f4.tar.gz
vdr-1f22931a77f97c43564f07bf34b877966bb339f4.tar.bz2
Changed the return value of cTimer::SetFile() to 'void'
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/timers.h b/timers.h
index 778ed970..aa746b17 100644
--- a/timers.h
+++ b/timers.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: timers.h 2.2 2012/02/20 15:24:28 kls Exp $
+ * $Id: timers.h 2.3 2012/02/20 15:52:57 kls Exp $
*/
#ifndef __TIMERS_H
@@ -75,7 +75,7 @@ public:
bool DayMatches(time_t t) const;
static time_t IncDay(time_t t, int Days);
static time_t SetTime(time_t t, int SecondsFromMidnight);
- char *SetFile(const char *File);
+ void SetFile(const char *File);
bool Matches(time_t t = 0, bool Directly = false, int Margin = 0) const;
int Matches(const cEvent *Event, int *Overlap = NULL) const;
bool Expired(void) const;