diff options
Diffstat (limited to 'detailview.h')
-rw-r--r-- | detailview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/detailview.h b/detailview.h index 3697a25..f7685c0 100644 --- a/detailview.h +++ b/detailview.h @@ -32,6 +32,7 @@ public: void Down(void);
bool DrawTime(void);
void Flush(void) { detailView->Display(); };
+ const cEvent *GetEvent(void) { return event; };
};
#endif //__TVGUIDE_DETAILVIEW_H
|