diff options
author | louis <louis.braun@gmx.de> | 2013-12-24 11:30:47 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-12-24 11:30:47 +0100 |
commit | 53fa2c70cac3025ff223a6d0e2cdae2805b14c30 (patch) | |
tree | e7fcf969e129db869efc2744a115b19ef4498e2c /recmanager.h | |
parent | 5fa365b68cc5e415fbc3db552d841705ff6f6293 (diff) | |
download | vdr-plugin-tvguide-53fa2c70cac3025ff223a6d0e2cdae2805b14c30.tar.gz vdr-plugin-tvguide-53fa2c70cac3025ff223a6d0e2cdae2805b14c30.tar.bz2 |
Added Event Short Text (if available) to RecName
Diffstat (limited to 'recmanager.h')
-rw-r--r-- | recmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recmanager.h b/recmanager.h index 158991f..ec18225 100644 --- a/recmanager.h +++ b/recmanager.h @@ -42,7 +42,7 @@ public: cTimer *createTimer(const cEvent *event, std::string path); cTimer *createLocalTimer(const cEvent *event, std::string path); cTimer *createRemoteTimer(const cEvent *event, std::string path); - void SetTimerPath(cTimer *timer, std::string path); + void SetTimerPath(cTimer *timer, const cEvent *event, std::string path); void DeleteTimer(int timerID); void DeleteTimer(const cEvent *event); void DeleteLocalTimer(const cEvent *event); |