summaryrefslogtreecommitdiff
path: root/displaychannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.h')
-rw-r--r--displaychannel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/displaychannel.h b/displaychannel.h
index 65b6884..2a56059 100644
--- a/displaychannel.h
+++ b/displaychannel.h
@@ -20,6 +20,7 @@ private:
int currentLast;
bool showSignal;
const cEvent *present;
+ const cEvent *following;
virtual void Action(void);
void SetProgressBar(const cEvent *present);
public: