diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-03-22 13:52:26 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-03-22 15:06:14 +0100 |
commit | ff599e4cda1755e54f1de55a4d7faf5095568691 (patch) | |
tree | 8094e63c866ed19f00542ca3d33c23b10def85bd /switchtimer.h | |
parent | f7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5 (diff) | |
download | vdr-plugin-tvguide-ff599e4cda1755e54f1de55a4d7faf5095568691.tar.gz vdr-plugin-tvguide-ff599e4cda1755e54f1de55a4d7faf5095568691.tar.bz2 |
Add "switchMinsBefore" to setup menu
Diffstat (limited to 'switchtimer.h')
-rw-r--r-- | switchtimer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/switchtimer.h b/switchtimer.h index b661fdd..708a544 100644 --- a/switchtimer.h +++ b/switchtimer.h @@ -2,6 +2,7 @@ #define __TVGUIDE_SWITCHTIMER_H #include <vdr/plugin.h> +#include "config.h" class cSwitchTimer : public cListObject { public: |