diff options
author | louis <louis.braun@gmx.de> | 2015-06-30 17:55:17 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-06-30 17:55:17 +0200 |
commit | c341a635d9b0c4dfdd5e2f6ab25f9d94f53ac795 (patch) | |
tree | 0051dbf5d3146fd145f154ffb83dfb590d9cc4fe /switchtimer.h | |
parent | 1e6e2c49cbbec03a4dc661edff04b85f7372cf2f (diff) | |
download | vdr-plugin-tvguideng-c341a635d9b0c4dfdd5e2f6ab25f9d94f53ac795.tar.gz vdr-plugin-tvguideng-c341a635d9b0c4dfdd5e2f6ab25f9d94f53ac795.tar.bz2 |
made default time before a switchtimer switches configurable
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 09ebe88..eea468f 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: |