diff options
Diffstat (limited to 'dummygrid.c')
-rw-r--r-- | dummygrid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummygrid.c b/dummygrid.c index 53301d7..add2a8b 100644 --- a/dummygrid.c +++ b/dummygrid.c @@ -1,6 +1,6 @@ #include "dummygrid.h" -cDummyGrid::cDummyGrid(cChannelColumn *c, time_t start, time_t end) : cGrid(c) { +cDummyGrid::cDummyGrid(cChannelEpg *c, time_t start, time_t end) : cGrid(c) { this->start = start; this->end = end; strText = tr("No EPG Information available"); |