summaryrefslogtreecommitdiff
path: root/channelepg.h
diff options
context:
space:
mode:
Diffstat (limited to 'channelepg.h')
-rw-r--r--channelepg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channelepg.h b/channelepg.h
index 4f20bc9..6d648b4 100644
--- a/channelepg.h
+++ b/channelepg.h
@@ -42,7 +42,7 @@ public:
int Stop() { return timeManager->GetEnd(); };
const char* Name() { return channel->Name(); };
const cChannel *getChannel() {return channel;}
- cGridElement *getActive();
+ cGridElement *getActive(bool last = false);
cGridElement *getNext(cGridElement *activeGrid);
cGridElement *getPrev(cGridElement *activeGrid);
cGridElement *getNeighbor(cGridElement *activeGrid);