diff options
Diffstat (limited to 'epg_events.h')
-rw-r--r-- | epg_events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epg_events.h b/epg_events.h index 75bfa98..330f7ba 100644 --- a/epg_events.h +++ b/epg_events.h @@ -51,6 +51,8 @@ namespace vdrlive int Elapsed() const; + const cTimer* GetTimer() const; + private: std::string m_eventId; std::string m_caption; |