diff options
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h index 61f295b..e1c6915 100644 --- a/epghandler.h +++ b/epghandler.h @@ -12,6 +12,8 @@ #include <vdr/epg.h> #include <string> +class cEquivHandler; + class cEEpgHandler : public cEpgHandler { public: cEEpgHandler(); @@ -35,6 +37,7 @@ public: private: std::string origShortText; std::string origDescription; + cEquivHandler* equivHandler; }; #endif /*APIVERSNUM > 10725*/ |