diff options
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h index 3256153..8d3615a 100644 --- a/epghandler.h +++ b/epghandler.h @@ -7,6 +7,7 @@ #ifndef CEEPGHANDLER_H_ #define CEEPGHANDLER_H_ +#if APIVERSNUM > 10725 #include <vdr/epg.h> #include <string> @@ -35,4 +36,5 @@ private: std::string origDescription; }; +#endif /*APIVERSNUM > 10725*/ #endif /* CEEPGHANDLER_H_ */ |